You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2021/06/23 20:32:49 UTC

[lucene] branch main updated: LUCENE-9902: move CHANGES entry to 8.10.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new db26215  LUCENE-9902: move CHANGES entry to 8.10.0
db26215 is described below

commit db26215f156d956143e29f1ce43f90c30cd8a107
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Wed Jun 23 16:32:43 2021 -0400

    LUCENE-9902: move CHANGES entry to 8.10.0
---
 lucene/CHANGES.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 603087d..9e5b469 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -345,7 +345,9 @@ Other
 
 API Changes
 ---------------------
-(No changes)
+* LUCENE-9902: Change the getValue method from IntTaxonomyFacets to be protected instead of private.
+  Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
+  Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
 
 New Features
 ---------------------
@@ -389,10 +391,6 @@ Other
 API Changes
 ---------------------
 
-* LUCENE-9902: Change the getValue method from IntTaxonomyFacets to be protected instead of private.
-  Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
-  Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
-
 * LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
   This method was removed in LUCENE-8909. (Oren Ovadia)