Re: Issue in parallel Indexing using multiple csv files

2013-10-01 Thread zaheer.java
Ran more tests. It works. -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-in-parallel-Indexing-using-multiple-csv-files-tp4092452p4092873.html Sent from the Solr - User mailing list archive at Nabble.com.

Issue in parallel Indexing using multiple csv files

2013-09-27 Thread zaheer.java
Using SOLR 4.4 I'm trying to index solr core using a csv file of around 1 million records. To improve the performance, I've split the csv files into smaller sizes and tried to use csv update handler for each file to run in a separate thread. The outcome was weird. The total count of Solr Document

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-11 Thread zaheer.java
Thank you for your feedback Shawn. Looking closely into the error made me realize that it was indeed an application error and not related to SolrJ or SOLR. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Error-Document-is-missing-mandatory-uniqueKey-field-tp4062177p4062

SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread zaheer.java
I repeatedly get this error while adding documents to SOLR using SOLRJ "Document is missing mandatory uniqueKey field: orderItemKey". This field is defined as uniqueKey in the Document Schema. I've made sure that I'm passing this field from Java by logging it upfront. As suggested somwhere, I've

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread zaheer.java
Here is the stack trace: DEBUG - 2013-05-09 18:53:06.411; org.apache.solr.update.processor.LogUpdateProcessor; PRE_UPDATE add{,id=(null)} {wt=javabin&version=2} DEBUG - 2013-05-09 18:53:06.411; org.apache.solr.update.processor.LogUpdateProcessor; PRE_UPDATE FINISH {wt=javabin&version=2} INFO - 20