You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hiroki Fujita (JIRA)" <ji...@apache.org> on 2016/03/07 10:01:40 UTC

[jira] [Created] (SOLR-8796) edixmax ignores OR operator with q.op=AND

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org