On Mon, Mar 11, 2013 at 7:08 AM, Uwe Schindler <[email protected]> wrote:
> Set the rewrite method to e.g. SCORING_BOOLEAN_QUERY_REWRITE, then this > should work (after rewrite your query is a BooleanQuery, which supports > extractTerms()). ... as long as you don't exceed the max number of terms allowed by BQ (1024 by default, but you can raise it). Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
