To reply to your original question, when you soft commit
the top-level caches are thrown away. I.e. the filterCache,
documentResultCache, all the ones in solrconfig.xml.
And if you have a high autowarm count on them, you wind
up doing a lot of work for no gain. Say your soft commit
interval is 1 s
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:
180
false
15000
Thanks.
Mug
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