Hello, > How do you add the documents to the index - one by one, batches of n ?
Documents are added one by one using solrj > When do you do your commits ? We have the following settings in solrconfig.xml: <autoCommit> <maxTime>1800000</maxTime> <openSearcher>false</openSearcher> </autoCommit> <autoSoftCommit> <maxTime>15000</maxTime> </autoSoftCommit> Thanks. Mugoma. On Mon, October 28, 2013 12:22 pm, michael.boom wrote: > How do you add the documents to the index - one by one, batches of n ? > When > do you do your commits ? > Because 8k docs per day is not a lot. Depending on the above, commiting > with > softCommit=true might also be a solution. > > > > ----- > Thanks, > Michael > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Optimal-interval-for-soft-commit-tp4098016p4098022.html > Sent from the Solr - User mailing list archive at Nabble.com. >