Thanks, but that makes it even more odd that auto soft commit would use the
openSearcher option from auto hard commit, which might happen to be false -
as it is in the Solr example. In other words, why doesn't auto soft commit
unconditionally use "false" for the open searcher parameter in the code
below?
softCommitTracker = new CommitTracker("Soft", core,
softCommitDocsUpperBound, softCommitTimeUpperBound,
updateHandlerInfo.openSearcher, true);
-- Jack Krupansky
-----Original Message-----
From: Yonik Seeley
Sent: Saturday, March 30, 2013 8:39 PM
To: [email protected]
Subject: Re: Bug or feature - no separate openSearcher boolean for
autoSoftCommit in solrconfig.xml
On Sat, Mar 30, 2013 at 5:26 PM, Jack Krupansky <[email protected]>
wrote:
I just noticed that <autoSoftCommit> does not have a <openSearcher> option
The openSearcher option doesn't make sense there since the whole point
of a soft commit is to open a new searcher.
-Yonik
http://lucidworks.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]