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

Lee Hinman updated LUCENE-6298:
-------------------------------
    Attachment: LUCENE-6298.patch

Better patch without all the stupid IDE import changes.

> empty SimpleQueryParser query should return empty BooleanQuery
> --------------------------------------------------------------
>
>                 Key: LUCENE-6298
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6298
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/queryparser
>    Affects Versions: 5.0
>            Reporter: Lee Hinman
>            Priority: Minor
>         Attachments: LUCENE-6298.patch, LUCENE-6298.patch
>
>
> In order to be consistent with QueryParser, SimpleQueryParser should return 
> an empty BooleanQuery instead of null when the analyzed query state is null 
> (if the query text is entirely removed during analysis, for instance).
> Long term it would also be nice to be able to return a MatchNoDocsQuery (or 
> something like that) instead of using null as a stand-in value for this.



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