solrj « document « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » document » solrj 

1. Bad Request Error When attempting to add documents to server through Solrj    stackoverflow.com

I'm trying to do a simple SolrDocument submission with Java like the one detailed in the Solrj Wiki. However, the submission always fails and returns this:

org.apache.solr.common.SolrException: Bad Request
Bad Request
request: http://address:port/solr/update?wt=xml&version=2.2
I do ...

2. re-indexing SOLR document    stackoverflow.com

I have one file named item.csv, which contains around 100 products for now and it is indexed using SOLR.My requirements is if I add more data around 10 to 100 products ...

3. Exception in adding document in SolrJ    stackoverflow.com

I am building a java application using solrj. When i add document for a single record, program runs fine. When i use Collection, at server.add(docs) i get the following exception: ...

4. SolrJ addFile keeps documents open    stackoverflow.com

I've already submitted a similar question, but I've broken down the problem to its simplest form, so I'm gonna post it again: The problem is, that SolrJ seems to keep file handles ...

5. Solr: Determine if a document exists    stackoverflow.com

I am a SolrJ beginner and want to find out whats the fastest way to determine if an document with an unique ID exists? I don't need the document, I just ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.