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 2019/10/04 08:14:04 UTC

[lucene-solr] branch master updated (d4ab808 -> 9942544)

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 d4ab808  LUCENE-8860: add additional leaf node level optimizations in LatLonShapeBoundingBoxQuery. (#844)
     add 9942544  LUCENE-8990: Add estimateDocCount(visitor) method to PointValues (#905)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   4 +
 .../lucene/document/LatLonPointDistanceQuery.java  |   2 +-
 .../lucene/document/LatLonPointInPolygonQuery.java |   2 +-
 .../apache/lucene/document/RangeFieldQuery.java    |   2 +-
 .../java/org/apache/lucene/index/PointValues.java  |  28 +-
 .../org/apache/lucene/search/PointRangeQuery.java  |   2 +-
 .../codecs/lucene60/TestLucene60PointsFormat.java  | 310 ++++++++++++++-------
 .../lucene/search/TestIndexOrDocValuesQuery.java   |  67 +++++
 .../org/apache/lucene/document/ShapeQuery.java     |   2 +-
 .../org/apache/lucene/search/MultiRangeQuery.java  |   2 +-
 10 files changed, 317 insertions(+), 104 deletions(-)