Ignacio Vera created LUCENE-9141: ------------------------------------ Summary: Simplify LatLonShapeXQuery API Key: LUCENE-9141 URL: https://issues.apache.org/jira/browse/LUCENE-9141 Project: Lucene - Core Issue Type: Improvement Reporter: Ignacio Vera
We currently have three query objects that are the same with the only difference of the Component2D object they contain: {{LatLonShapePolygonQuery}} {{LatLonShapeLineQuery}} {{LatLonShapePointQuery}} This is a bit of a burden whenever you want to make changes on those classes as you need to do it for every one. I wonder if we can merge all these three queries into one {{LatLonShapeComponent2DQuery}}. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org