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 2018/03/05 11:01:11 UTC

lucene-solr:branch_7x: LUCENE-8190: Add entry in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x b98ecb873 -> 3e63184ee


LUCENE-8190: Add entry in CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3e63184e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3e63184e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3e63184e

Branch: refs/heads/branch_7x
Commit: 3e63184ee8a52449900b8a7a128164725b33cde6
Parents: b98ecb8
Author: Ignacio Vera <iv...@apache.org>
Authored: Mon Mar 5 12:00:56 2018 +0100
Committer: Ignacio Vera <iv...@apache.org>
Committed: Mon Mar 5 12:00:56 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3e63184e/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 1ed20b1..dcc096d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -72,6 +72,10 @@ Improvements
 * LUCENE-8033: FieldInfos now always use a dense encoding. (Mayya Sharipova
   via Adrien Grand)
 
+* LUCENE-8190: Specialized cell interface to allow any spatial prefix tree to
+  benefit from the setting setPruneLeafyBranches on RecursivePrefixTreeStrategy.
+  (Ignacio Vera)
+
 Bug Fixes
 
 * LUCENE-8077: Fixed bug in how CheckIndex verifies doc-value iterators.