Re: Auto Commit and Hard Commit being differentiated

2015-02-22 Thread Shawn Heisey
On 2/22/2015 3:01 PM, Deepak Vohra wrote: > In the SOLR-7133 issue hard commit and auto commit are being differentiated, > but aren't they the same? Doesn't the following setting apply a hard commit? > > ${solr.autoCommit.maxTime:15000} > false > > https://issues.apache.org/jira/browse/S

Re: Auto Commit and Hard Commit being differentiated

2015-02-22 Thread Erick Erickson
No. This has openSearcher set to false, which means that the index segment will be closed, the docs are not visible for search. Please take the time, as Shawn suggested on the JIRA, to read this blog. https://lucidworks.com/blog/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/

Auto Commit and Hard Commit being differentiated

2015-02-22 Thread Deepak Vohra
In the SOLR-7133 issue hard commit and auto commit are being differentiated, but aren't they the same? Doesn't the following setting apply a hard commit? ${solr.autoCommit.maxTime:15000} false https://issues.apache.org/jira/browse/SOLR-7133