Re: Problems with QueryParser

2006-07-17 Thread Rafael Rossini
Ok, thanks a lot. On 7/17/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : I´m using lucene 2.0.0 and I would like to generate a BooleanQuery from a : QueryParser. The problem is that when I parse a query like this: "(rafael : todor rossini)~2" the property of the BooleanQuery , : minimumNumber

Re: Problems with QueryParser

2006-07-17 Thread Chris Hostetter
: I´m using lucene 2.0.0 and I would like to generate a BooleanQuery from a : QueryParser. The problem is that when I parse a query like this: "(rafael : todor rossini)~2" the property of the BooleanQuery , : minimumNumberShouldMatch is not setted properly. Is there a way of doing : that? if i rem

Problems with QueryParser

2006-07-17 Thread Rafael Rossini
Hi all, I´m using lucene 2.0.0 and I would like to generate a BooleanQuery from a QueryParser. The problem is that when I parse a query like this: "(rafael todor rossini)~2" the property of the BooleanQuery , minimumNumberShouldMatch is not setted properly. Is there a way of doing that? thanks i