iverase commented on a change in pull request #1318: LUCENE-9263: Fix wrong 
transformation of distance in meters to radians in Geo3DPoint
URL: https://github.com/apache/lucene-solr/pull/1318#discussion_r389499050
 
 

 ##########
 File path: 
lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java
 ##########
 @@ -1328,6 +1329,32 @@ public void testEncodeDecodeIsStable() throws Exception 
{
     }
   }
 
+  public void testDistanceQuery() throws Exception {
+    Directory dir = newDirectory();
+    RandomIndexWriter w = new RandomIndexWriter(random(), dir);
+
+    PlanetModel planetModel = PlanetModel.WGS84;
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to