You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2016/04/03 21:15:25 UTC

[jira] [Commented] (LUCENE-7170) move BaseGeoPointTestCase to test-framework

    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org