iverase opened a new pull request #1170: LUCENE-9141: Simplify 
LatLonShapeXQuery API.
URL: https://github.com/apache/lucene-solr/pull/1170
 
 
   This PR tries to simplify the LatLonShape query API. The trick for this 
simplification is to introduce a new interface called `LatLonGeometry` which is 
implemented by objects defining queryable geometries, that is `Polygon`, `Line` 
and the newly introduced `Point`. 
   
   The main feature of those geometries is that they can return a `Component2D` 
object that can be used for query the index.

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