[ 
https://issues.apache.org/jira/browse/LUCENE-10266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538150#comment-17538150
 ] 

Adrien Grand commented on LUCENE-10266:
---------------------------------------

Let's add a method to `LatLonPoint` with the following signature and remove 
similar logic from sandbox?

{code}
  public static TopFieldDocs nearest(String field, double latitude, double 
longitude, IndexReader reader, int n);
{code}

> Move nearest-neighbor search on points to core?
> -----------------------------------------------
>
>                 Key: LUCENE-10266
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10266
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Priority: Minor
>
> Now that the Points' public API supports running nearest-nearest neighbor 
> search, should we move it to core via helper methods on {{LatLonPoint}} and 
> {{XYPoint}}?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to