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 2020/11/03 08:21:22 UTC

[lucene-solr] branch master updated (8bfbed8 -> 5c02737)

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

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


    from 8bfbed8  LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries (#1940)
     add 5c02737   LUCENE-9553: Adds a XYPoint query that accepts an array of XYGeometries (#1939)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   2 +
 .../apache/lucene/document/XYDocValuesField.java   |  22 +-
 .../org/apache/lucene/document/XYPointField.java   |  15 +-
 .../lucene/search/TestXYDocValuesQueries.java      |   6 +
 .../apache/lucene/search/TestXYPointQueries.java   |   6 +
 .../org/apache/lucene/geo/BaseXYPointTestCase.java | 402 ++++++++++-----------
 6 files changed, 236 insertions(+), 217 deletions(-)