jpountz commented on a change in pull request #762: LUCENE-8903: Add
LatLonShape point query
URL: https://github.com/apache/lucene-solr/pull/762#discussion_r300428119
##########
File path:
lucene/sandbox/src/test/org/apache/lucene/document/BaseLatLonShapeTestCase.java
##########
@@ -147,6 +147,11 @@ protected Query newRectQuery(String field, QueryRelation
queryRelation, double m
return LatLonShape.newBoxQuery(field, queryRelation, minLat, maxLat,
minLon, maxLon);
}
+ /** factory method to create a new bounding box query */
Review comment:
s/bounding box/point/
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]