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/21 22:53:44 UTC

[jira] [Created] (OAK-5744) [Oak Lucene] Exact match restrictions in Groups return no results

David Gonzalez created OAK-5744:
-----------------------------------

             Summary: [Oak Lucene] Exact match restrictions in Groups return no results
                 Key: OAK-5744
                 URL: https://issues.apache.org/jira/browse/OAK-5744
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: lucene
    Affects Versions: 1.6.0
            Reporter: David Gonzalez


I am testing on: org.apache.jackrabbit.oak-lucene1.6.0.R1783091

Performing the query:

{noformat}
(cat OR dog)
{noformat}

Returns results.

{noformat}
"cat" OR "dog"
{noformat}

Also returns results.

{noformat}
("cat" OR "dog")
{noformat}

Returns no results. My expectation is all 3 lucene full-text queries should return the same result set. Substitute multi-phrase terms for 'cat' and 'dog' and the results are of a similar effect.



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