You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2015/10/28 16:32:27 UTC

[jira] [Reopened] (LUCENE-6249) StandardQueryParser doesn't support pure negative clauses

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

Dawid Weiss reopened LUCENE-6249:
---------------------------------

Backport to 4.10.5

> StandardQueryParser doesn't support pure negative clauses
> ---------------------------------------------------------
>
>                 Key: LUCENE-6249
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6249
>             Project: Lucene - Core
>          Issue Type: Bug
>    Affects Versions: 4.10.3, 5.0
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>             Fix For: 5.1, Trunk
>
>         Attachments: LUCENE-6249.patch
>
>
> At first I thought it's by design but Uwe says it's a bug. SQP emits this:
> {code}
> StandardQueryParser qp = new StandardQueryParser();
> qp.setDefaultOperator(Operator.AND);
>    
> System.out.println(qp.parse("summary:foo", "deffld"));
> System.out.println(qp.parse("-summary:foo", "deffld"));
> System.out.println(qp.parse("!summary:foo", "deffld"));
> System.out.println(qp.parse("NOT summary:foo", "deffld"));
> {code}
> {code}
> summary:foo
> summary:foo
> summary:foo
> summary:foo
> {code}



--
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