On Thu, Dec 11, 2008 at 11:24 AM, David Kaelbling
<[EMAIL PROTECTED]> wrote:
> Will https://issues.apache.org/jira/browse/LUCENE-1486 let people
> include NOT inside phrases?  My customers would like to have queries
> like "copyright !mycompany"~2, that find any copyright clause except
> their own.

MultiPhraseQuery doesn't have that capability, but you could easily
handle this specific query with
copyright -"copyright mycompany"~2

-Yonik

  Currently searches like this hit on copyright only if
> mycompany doesn't appear anywhere in the document; it ignores the
> phrase/proximity requirement.
>
>        Thanks,
>        David
>
> --
> David Kaelbling
> Senior Software Engineer
> Black Duck Software, Inc.
>
> [EMAIL PROTECTED]
> T +1.781.810.2041
> F +1.781.891.5145
>
> http://www.blackducksoftware.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to