Re: Solrj commit affecting documents count

2012-01-31 Thread dprasadx
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

Solrj commit affecting documents count

2012-01-31 Thread dprasadx
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 t