[
https://issues.apache.org/jira/browse/LUCENE-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244644#comment-15244644
]
ASF subversion and git services commented on LUCENE-7170:
---------------------------------------------------------
Commit e0fe7babd9e52a5e4e71904a0f91377e00d476e5 in lucene-solr's branch
refs/heads/branch_6x from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e0fe7ba ]
LUCENE-7170: move BaseGeoPointTestCase to test-framework
> 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]