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/06/16 16:48:05 UTC

[jira] [Commented] (SOLR-9211) Nested negative clauses don't work as expected in filter queries for the edismax parser

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