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

Yonik Seeley commented on LUCENE-2541:
--------------------------------------

bq. The bug happens when the range covers abs(bounds)>2^31 and both bounds are 
close together in the same range bracket (as Mike calls it). 

Do you mean 2^63 (we're talking longs here)?

Anyway, it's much more complex than that and depends on the precision step 
also.  Numbers less than 2^63 (and with a distance between them less than 2^63) 
can still cause failures.

> NumericRangeQuery errors with endpoints near long min and max values
> --------------------------------------------------------------------
>
>                 Key: LUCENE-2541
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2541
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.9
>            Reporter: Koji Sekiguchi
>            Assignee: Uwe Schindler
>         Attachments: LUCENE-2541.patch, LUCENE-2541.patch, 
> TestNumericRangeQuery.java
>
>
> This problem first reported in Solr:
> http://lucene.472066.n3.nabble.com/range-query-on-TrieLongField-strange-result-tt970974.html#a970974

-- 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to