You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2022/12/10 18:30:24 UTC

[lucene] branch main updated (9ff989ec001 -> 54e00df7f63)

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

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


    from 9ff989ec001 Use ByteArrayComparator to replace Arrays#compareUnsigned in some other places (#11880)
     add 54e00df7f63 Do int compare instead of ArrayUtil#compareUnsigned4 in LatlonPointQueries (#12006)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  2 +
 .../document/LatLonPointDistanceFeatureQuery.java  | 58 +++++++------------
 .../lucene/document/LatLonPointDistanceQuery.java  | 65 +++++++++-------------
 .../apache/lucene/document/LatLonPointQuery.java   | 35 ++++++------
 .../lucene/document/LongDistanceFeatureQuery.java  | 25 ++++-----
 5 files changed, 77 insertions(+), 108 deletions(-)