[ https://issues.apache.org/jira/browse/SOLR-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771427#action_12771427 ]
Yonik Seeley commented on SOLR-1530: ------------------------------------ This may be related to NRT (near real time)... in that case, you may want clients to drive when reopens happen... not sure yet though. In any case, we should have a way to decouple commits, optimizes, etc, with when a new searcher is opened. > Open IndexSearcher lazily > ------------------------- > > Key: SOLR-1530 > URL: https://issues.apache.org/jira/browse/SOLR-1530 > Project: Solr > Issue Type: Improvement > Components: multicore > Reporter: Shalin Shekhar Mangar > Fix For: 1.5 > > > Make it possible to open a searcher lazily - If indexing is being done > continuously but searches are done infrequently we should avoid the overhead > of re-opening searchers on every commit. There are also use-cases where a > Solr core is needed to be loaded only for writes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.