On Wed, Jul 15, 2009 at 6:52 PM, eks dev<eks...@yahoo.co.uk> wrote:

> Also not really expected, but this query runs over BS2, shouldn't  +( 
> whatewer whatever1...)  run as BS? what does it mean to have MUST +() at the 
> top level?

Your query is +(((X Y Z))^2).  In BQ.rewrite, any single-clause query
that hasn't had minNRShouldMatch set will return its single sub-query,
rewritten.  So your query should (recursively) rewrite to a simple
BooleanQuery (ie just OR'd terms), which is eligible for BS.

And we see BS in your hung stack trace ;)

>  it is a bit late here, I am going to bed ...

Good night!

Mike

---------------------------------------------------------------------
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