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

Uwe Schindler commented on LUCENE-3338:
---------------------------------------

bq. I used javacc-4.1. When I ran ant javacc by the first time and it didn't 
find it, it told me I should use javacc-4.1, so I installed it.

Thats fine, I just was confused about some changes, but this was caused by 
regenerating surround QP which i reverted.

We may update once to a later version of javacc, but it still is not full Java5 
generics compatible, so the warnings are expected, so for full compatibility we 
shoudl stay with 4.1 for now. I am thinking about a way to disable those for 
generated classes (using the regexes to add 
SuppressWarnings({"unchecked","rawtypes"}) in the build.xml).

> Flexible query parser does not support open ranges and range queries with 
> mixed inclusive and exclusive ranges
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3338
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3338
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: modules/queryparser
>    Affects Versions: 3.3
>            Reporter: Vinicius Barros
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: week9-merged-nosurround.patch, 
> week9-merged-nosurround_with_failing_junit.patch, week9-merged.patch, 
> week9.patch
>
>
> Flexible query parser does not support open ranges and range queries with 
> mixed inclusive and exclusive ranges.
> These two problems were found while developing LUCENE-1768.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to