You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2022/04/20 14:30:35 UTC

[lucene] branch main updated (15ecf3c27f9 -> 4c133f435d5)

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

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


    from 15ecf3c27f9 LUCENE-10503: Fix JIRA number in CHANGES.
     add 4c133f435d5 LUCENE-10514: Component2D#Within methods should return NOTWITHIN for triangles within the query geometry (#809)

No new revisions were added by this update.

Summary of changes:
 .../document/LatLonShapeBoundingBoxQuery.java      |  7 +++-
 .../src/java/org/apache/lucene/geo/Circle2D.java   |  3 ++
 .../src/java/org/apache/lucene/geo/Polygon2D.java  | 11 +++--
 .../java/org/apache/lucene/geo/Rectangle2D.java    | 11 +++--
 .../apache/lucene/document/TestLatLonShape.java    | 49 +++++++++++++++++-----
 5 files changed, 61 insertions(+), 20 deletions(-)