Has anyone opened a JIRA on this?

Erick

On Wed, Nov 10, 2010 at 7:53 AM, Robert Muir <rcm...@gmail.com> wrote:

> On Sun, Nov 7, 2010 at 11:32 PM, Uwe Schindler <u...@thetaphi.de> 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: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

Reply via email to