Hiroki Fujita created SOLR-8796:
-----------------------------------

             Summary: edixmax ignores OR operator with q.op=AND
                 Key: SOLR-8796
                 URL: https://issues.apache.org/jira/browse/SOLR-8796
             Project: Solr
          Issue Type: Bug
          Components: query parsers
    Affects Versions: 5.5
            Reporter: Hiroki Fujita


bin/solr -e techproducts

http://localhost:8983/solr/techproducts/select?defType=edismax&q=ipod+OR+video

returns 5 documents. But,

http://localhost:8983/solr/techproducts/select?defType=edismax&q=ipod+OR+video&q.op=AND

returns 1 document.

It works fine in 5.4.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to