[ 
https://issues.apache.org/jira/browse/SOLR-16856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742507#comment-17742507
 ] 

David Smiley commented on SOLR-16856:
-------------------------------------

-0.
{quote} there is little guarantee as to when users can expect to see their 
documents returned from Solr.
{quote}
No; it's sort of never, albeit maybe a restart might show docs.  Moreover, our 
default strategy is to insist that the Solr user configure and/or send commits 
according to their requirements.  If we add this autoSoftCommit, it may 
interfere with what the user should already be doing by negatively impacting 
performance or making docs visible before the user wants them to be.

> 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
>             Fix For: 9.3
>
>          Time Spent: 10m
>  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: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to