How about BooleanQuery.setMinimumNumberShouldMatch(int min)?

"Van Nguyen" <[EMAIL PROTECTED]> wrote on 17/01/2007 16:58:50:

> Just wondering if there was a query for this:
>
>
>
> Let's say I want to query: "white hard hat".  Is there a query that will
> build something like this:
>
>
>
> (+field:white +field:hard field:hat) (+field:white field:hard
> +field:hat) (field:white +field:hard +field:hat)
>
>
>
> In other words... the query needs to contain most of the words, but not
> all.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to