Hi All, we recently migrated from SOLR 3.6 to SOLR 4, while indexing in SOLR 4 we are getting below exception.
Apr 1, 2015 9:22:57 AM org.apache.solr.common.SolrException log SEVERE: null:org.apache.solr.common.SolrException: Exception writing document id 932684555 to the index; possible analysis error. at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:164) at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69) at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51) Caused by: java.lang.IllegalArgumentException: first position increment must be > 0 (got 0) for field 'DataEnglish' at org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:131) this works perfectly fine in SOLR 3.6. can someone help in debugging this. any fixes/solutions? Thanks in Advance. Best Regards, Abhishek