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
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/
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