[ 
https://issues.apache.org/jira/browse/LUCENE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553963
 ] 

Doron Cohen commented on LUCENE-25:
-----------------------------------

I think it is LUCENE-933 that fixed this one.

> QueryParser produces empty BooleanQueries when all clauses are stop words
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-25
>                 URL: https://issues.apache.org/jira/browse/LUCENE-25
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: QueryParser
>    Affects Versions: 1.0.2
>         Environment: Operating System: All
> Platform: PC
>            Reporter: Puk Witte
>         Attachments: LUCENE-25.patch, patch9.txt
>
>
> When I want to do the following query (example):
> (fieldx : xxxxx OR fieldy : xxxxxxxx)AND(fieldx : stopword OR fieldy : 
> stopword)
> it will search (after passing the Analyzer including a StopFilter) for 
> (fieldx : xxxxx OR fieldy : xxxxxx) AND() and give a wrong searchresult or a 
> NullPointerException.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to