On Mon, Apr 30, 2012 at 4:17 PM, Ryan McKinley <[email protected]> wrote:
> In solrconfig.xml I have:
>
> <updateHandler class="solr.DirectUpdateHandler2">
>    <autoCommit>
>      <maxDocs>25000</maxDocs>
>      <maxTime>60000</maxTime> <!-- 1 min -->
>    </autoCommit>
>    <autoSoftCommit>
>      <maxTime>5000</maxTime>
>    </autoSoftCommit>
>  </updateHandler>
>
> Using /trunk, when indexing a bunch of docs with
> ConcurrentUpdateSolrServer, I eventually see the log message:
>
> PERFORMANCE WARNING: Overlapping onDeckSearchers=2
>
> should this be possible?

Yes, it seems possible.
For autoCommit, you may want to use openSearcher=false, just make sure
it's from trunk after April 23rd.

-Yonik
lucenerevolution.com - Lucene/Solr Open Source Search Conference.
Boston May 7-10

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to