[
https://issues.apache.org/jira/browse/LUCENE-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-3636:
--------------------------------
Affects Version/s: 4.0
3.5
Setting 3.5 and 4.0... really we should be able to backport this to 3.6 too, we
just have to make
decisions about whether we should break or add lots of deprecated ctors :)
> make it possible to use searchermanager with distributed stats
> --------------------------------------------------------------
>
> Key: LUCENE-3636
> URL: https://issues.apache.org/jira/browse/LUCENE-3636
> Project: Lucene - Java
> Issue Type: Task
> Affects Versions: 3.5, 4.0
> Reporter: Robert Muir
> Attachments: LUCENE-3636.patch, LUCENE-3636.patch, LUCENE-3636.patch
>
>
> LUCENE-3555 added explicit stats methods to indexsearcher, but you must
> subclass to override this (e.g. populate with distributed stats).
> Its also impossible to then do this with SearcherManager.
> One idea is make this a factory method (or similar) on IndexSearcher instead,
> so you don't need to subclass it to override.
> Then you can initialize this in a SearcherWarmer, except there is currently
> a lot of hair in what this warming should be. This is a prime example where
> Searcher has different meaning from Reader, we should clean this up.
> Otherwise, lets make NRT/SearcherManager subclassable in such a way that
> you can return a custom indexsearcher.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]