Robert Muir created LUCENE-7057:
-----------------------------------

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


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]

Reply via email to