Modassar Ather created SOLR-8853:
------------------------------------

             Summary: edismax - Ignores OR in between terms.
                 Key: SOLR-8853
                 URL: https://issues.apache.org/jira/browse/SOLR-8853
             Project: Solr
          Issue Type: Bug
          Components: query parsers
    Affects Versions: 5.5
            Reporter: Modassar Ather


edismax parser is ignoring OR in between terms. The default operator is set to 
AND. No value for mm is set in solr configuration.
E.g. {noformat}fl:(java OR book){noformat} is parsed to {noformat}"+((fl:java 
fl:book)~2)"{noformat}
When the query has explicit OR then why the ~2 (I think due to mm being set to 
100%) is present in the parsed query?

How can I achieve following?
"+((fl:java fl:book))"

Please help in understanding if it is intentional or is there a way to achieve 
the desired search or is it a bug?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to