I need to index our data 10 times a day due to frequent data changes.
We have placed a mechanism where the data entered by the user in the front
end is submitted into the solr index directly through solrj server.  So, if
the solrj commit occurs during the middle of indexing, I lose all the
records in the index and the index contains only the documents during that
point of commit. Once the indexing is completed, I get back all the records.

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

Reply via email to