You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2016/03/18 11:50:33 UTC

[jira] [Resolved] (SOLR-8853) edismax - Ignores OR in between terms.

     [ https://issues.apache.org/jira/browse/SOLR-8853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl resolved SOLR-8853.
-------------------------------
    Resolution: Duplicate

Closing as duplicate of SOLR-8812

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