You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2016/03/01 06:37:18 UTC

[jira] [Created] (LUCENE-7057) cleanup some sandiness around LatLonPoint

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