You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2011/05/14 09:33:47 UTC

[jira] [Commented] (SOLR-2516) Solr should not cache Searchers

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

Uwe Schindler commented on SOLR-2516:
-------------------------------------

I totally agree.

On the Lucene side, the documentation/wiki should also be fixed not to say: creating IndexSearcher is heavy and they should be cached, more it should explain that the IndexReaders are heavy.

> Solr should not cache Searchers
> -------------------------------
>
>                 Key: SOLR-2516
>                 URL: https://issues.apache.org/jira/browse/SOLR-2516
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: John Wang
>
> only IndexReaders should be cached (where data resides) Searcher is a thin execution wrapper around it and thus should not be cached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org