Skip to content

Commit

Permalink
LUCENE-9902: move CHANGES entry to 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Jun 23, 2021
1 parent 48ff29c commit db26215
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lucene/CHANGES.txt
Expand Up @@ -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
---------------------
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit db26215

Please sign in to comment.