Hi,

We are performing solr indexing on a daily basis
full import: once in a day
delta import: after every 3 hours.
We have around 40000 docs for indexing.

Time taken to do full import indexing is around 1 hour 45 minutes and we
need to optimize it.
I am wondering if anyone helps me figure out how to make full use of
auto-commit.
Since during full import we are removing previously indexed documents we
have set the auto-commit property as
    <autoCommit>
       <maxTime>6300000</maxTime> .  //commit after full indexing
       <openSearcher>true</openSearcher>
     </autoCommit> 

How can I make use of autocommit without removing previously indexed
documents till full indexing finishes or any alternative like that.

Regards
Babloo.




--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to