You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "David Gonzalez (JIRA)" <ji...@apache.org> on 2017/02/22 14:59:44 UTC

[jira] [Created] (OAK-5762) [Oak Lucene] Not and ! full-text operators do not work.

David Gonzalez created OAK-5762:
-----------------------------------

             Summary: [Oak Lucene] Not and ! full-text operators do not work.
                 Key: OAK-5762
                 URL: https://issues.apache.org/jira/browse/OAK-5762
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: lucene
    Affects Versions: 1.6.0
            Reporter: David Gonzalez


The following 3 full-text queries return the same results.

{noformat}
dog AND cat
{noformat}

{noformat}
dog AND NOT cat
{noformat}

{noformat}
dog AND !cat
{noformat}

The following (which, IIUC is the equivalent to NOT and !) does yield expected results.

{noformat}
dog AND -cat
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)