Hi,

After using the following config

        <updateHandler class="solr.DirectUpdateHandler2">
                <autoSoftCommit>
                        <maxDocs>500</maxDocs>
                        <maxTime>1000</maxTime>
                </autoSoftCommit>
                <autoCommit>
                        <maxDocs>5000</maxDocs> 
                        <openSearcher>false</openSearcher>
                </autoCommit>
        </updateHandler>

When a commit operation is fired I am getting the following logs 
INFO: start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}

even though openSearcher is false , waitSearcher is true . Can that be set
to false too? Will that give a performance improvement and what is the
config for that  



--
View this message in context: 
http://lucene.472066.n3.nabble.com/commit-in-solr4-takes-a-longer-time-tp4060396p4060706.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to