[
https://issues.apache.org/jira/browse/SOLR-16856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743944#comment-17743944
]
ASF subversion and git services commented on SOLR-16856:
--------------------------------------------------------
Commit 5c83a92b580df716a77a3e93ab4b19066fc110e3 in solr's branch
refs/heads/branch_9x from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=5c83a92b580 ]
SOLR-16856: Set autoSoftCommit for built-in configSets (#1777)
The default is 3 seconds.
(cherry picked from commit 0697fde07a2e423106db7e355461a6a471f9fae5)
> Use autoSoftCommit with the default configSet
> ---------------------------------------------
>
> Key: SOLR-16856
> URL: https://issues.apache.org/jira/browse/SOLR-16856
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Houston Putman
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The default autoCommit/autoSoftCommit settings that ship with Solr's default
> configSet are listed as such:
>
> <autoCommit>
> <maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
> <openSearcher>false</openSearcher>
> </autoCommit>
> <autoSoftCommit>
> <maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
> </autoSoftCommit>
>
> With "openSearcher" set to false on the autoCommit, and no autoSoftCommit
> being used, there is little guarantee as to when users can expect to see
> their documents returned from Solr.
>
> We should use a pretty NRT-ish number for the default autoSoftCommit, like
> 3000.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]