Has anyone opened a JIRA on this?

Erick

On Wed, Nov 10, 2010 at 7:53 AM, Robert Muir <[email protected]> wrote:

> On Sun, Nov 7, 2010 at 11:32 PM, Uwe Schindler <[email protected]> wrote:
> > Does the same happen with a MultiReader on top of both indexes and using
> a
> > single IndexSearcher on top of this MultiReader?
> >
> > P.S.: How about using NumericField?
> >
>
> should be no problem there, it always uses filter rewrite?
> the problem is when you are doing boolean multitermrewrite... in how
> the query is rewritten and combined from its sub-searchers.
>
> in otherwords, you can also do this to workaround the issue:
> qp.setMultiTermRewriteMethod(MultiTermQuery.CONSTANT_SCORE_FILTER_REWRITE);
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to