[
https://issues.apache.org/jira/browse/LUCENE-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223464#comment-15223464
]
Michael McCandless commented on LUCENE-7170:
--------------------------------------------
+1
> move BaseGeoPointTestCase to test-framework
> -------------------------------------------
>
> Key: LUCENE-7170
> URL: https://issues.apache.org/jira/browse/LUCENE-7170
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Robert Muir
> Attachments: LUCENE-7170.patch
>
>
> This abstract test class has hooks for basic operations:
> {code}
> protected abstract void addPointToDoc(String field, Document doc, double
> lat, double lon);
> protected abstract Query newRectQuery(String field, double minLat, double
> maxLat, double minLon, double maxLon);
> protected abstract Query newDistanceQuery(String field, double centerLat,
> double centerLon, double radiusMeters);
> protected abstract Query newPolygonQuery(String field, Polygon... polygon);
> {code}
> and hooks for quantization (quantizeLat/quantizeLon) so it can demand exact
> answers.
> We currently have 3 subclasses, one is in the sandbox. I don't think the
> sandbox/ should have to depend on spatial/ just for this base test class, and
> having it in test-framework is a better place.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]