[
https://issues.apache.org/jira/browse/SOLR-9211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15334132#comment-15334132
]
Jan Høydahl commented on SOLR-9211:
-----------------------------------
Filters do not use edismax, but the {{lucene}} parser. Can you try the query
without edismax? I.e. {{/solr/collection1/select?q=CONTENT:(foo OR
(-foo))&defType=lucene}}?
> Nested negative clauses don't work as expected in filter queries for the
> edismax parser
> ---------------------------------------------------------------------------------------
>
> Key: SOLR-9211
> URL: https://issues.apache.org/jira/browse/SOLR-9211
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.4
> Reporter: Plamen M Todorov
>
> Using the edismax parser, the following query works as expected and returns
> all documents:
> CONTENT:(foo OR (-foo))
> The same clause doesn't work in a filter query and returns no documents
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]