You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/06/13 16:41:44 UTC

[lucene] branch main updated (d850a22a511 -> fcd98fd3370)

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from d850a22a511 LUCENE-10078: Fix TestIndexWriterExceptions' expectations regarding merges on full flushes.
     add fcd98fd3370 LUCENE-10266 Move nearest-neighbor search on points to core (#897)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   4 +-
 .../org/apache/lucene/document/LatLonPoint.java    |  79 ++++++++++++++
 .../apache/lucene/document}/NearestNeighbor.java   |   8 +-
 .../org/apache/lucene}/search/TestNearest.java     |  31 ++----
 .../search/LatLonPointPrototypeQueries.java        | 117 ---------------------
 .../document/TestFloatPointNearestNeighbor.java    |   4 +-
 6 files changed, 94 insertions(+), 149 deletions(-)
 rename lucene/{sandbox/src/java/org/apache/lucene/sandbox/search => core/src/java/org/apache/lucene/document}/NearestNeighbor.java (99%)
 rename lucene/{sandbox/src/test/org/apache/lucene/sandbox => core/src/test/org/apache/lucene}/search/TestNearest.java (89%)
 delete mode 100644 lucene/sandbox/src/java/org/apache/lucene/sandbox/search/LatLonPointPrototypeQueries.java