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

Robert Muir commented on LUCENE-3314:
-------------------------------------

Can we meet in the middle?
* expand the javadocs for termsenum, to say that the result is undefined if you 
next() after null. this protects us in the future, as if its a performance hit, 
its no problem.
* as a "best effort", if there is no performance problem, we "try" to throw 
IllegalStateException for stuff like this. This way users dont report crazy 
horrific looking things to the user list.


> TestNumericRangeQuery test failure
> ----------------------------------
>
>                 Key: LUCENE-3314
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3314
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>
> https://builds.apache.org/view/G-L/view/Lucene/job/Lucene-trunk/1624/testReport/org.apache.lucene.search/TestNumericRangeQuery32/testEnum/
> ant test -Dtestcase=TestNumericRangeQuery32 -Dtestmethod=testEnum 
> -Dtests.seed=-3603272894684698645:-1998239306864854687 -Dtests.multiplier=3 
> -Dtests.nightly=true

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