[
https://issues.apache.org/jira/browse/LUCENE-7057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15174036#comment-15174036
]
ASF subversion and git services commented on LUCENE-7057:
---------------------------------------------------------
Commit 2264600ffe4649abb0edbe7a6882ffc82f6e918b in lucene-solr's branch
refs/heads/jira/SOLR-445 from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2264600 ]
LUCENE-7057: cleanup some sandiness around LatLonPoint
> cleanup some sandiness around LatLonPoint
> -----------------------------------------
>
> Key: LUCENE-7057
> URL: https://issues.apache.org/jira/browse/LUCENE-7057
> Project: Lucene - Core
> Issue Type: Test
> Reporter: Robert Muir
> Fix For: 6.0
>
> Attachments: LUCENE-7057.patch
>
>
> A few improvements to make this less sandy: geo stuff tends to get
> complicated so we can try to make the simple stuff right
> * encode/decode tests became useless because all tested points were quantized
> * explicitly test extreme values (field creation and quantization error)
> * encoding could overflow integer for the maximum possible value
> * turn encoder checks into real checks
> * add assert on decode that decoded values are within bounds
> * test various illegal parameters
> * add setLocation(double, double) to change value for the field
> * improve javadocs
> * fix toString bug in distance query
> * make distance and polygon queries package private
> * add missing numDims/bytesPerDim checks to distance and polygon query
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]