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