Hi, I am using solrj server to commit few changes in the data into the master
index through a java program. It works OK unless we do not do a full-import.
But when I do a full-import (say for 800 records), and if I perform a solrj
commit in between the full-import indexing, I see a commit happens to the
index at that time, and my total documents in the index gets affected. 
For example while indexing 800 odd records, if solrj commit happens in the
middle of indexing, I see the documents count in the master has changed to
400... and once the full-import indexing is completed, I get back all the
800 records.

Is there a way to commit the changes into the master without affecting the
count while the indexing is going on ? Please help.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solrj-commit-affecting-documents-count-tp3703646p3703646.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to