On Sat, Mar 30, 2013 at 9:26 PM, Jack Krupansky <[email protected]> wrote:
> 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);

At first blush, that does indeed look like a bug...  Seems like it
should always be "true".

-Yonik
http://lucidworks.com

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

Reply via email to