Open IndexSearcher lazily ------------------------- Key: SOLR-1530 URL: https://issues.apache.org/jira/browse/SOLR-1530 Project: Solr Issue Type: Improvement Components: search 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.