Skip to content

Commit db26215

Browse files
committed
LUCENE-9902: move CHANGES entry to 8.10.0
1 parent 48ff29c commit db26215

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lucene/CHANGES.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,9 @@ Other
345345

346346
API Changes
347347
---------------------
348-
(No changes)
348+
* LUCENE-9902: Change the getValue method from IntTaxonomyFacets to be protected instead of private.
349+
Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
350+
Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
349351

350352
New Features
351353
---------------------
@@ -389,10 +391,6 @@ Other
389391
API Changes
390392
---------------------
391393

392-
* LUCENE-9902: Change the getValue method from IntTaxonomyFacets to be protected instead of private.
393-
Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
394-
Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
395-
396394
* LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
397395
This method was removed in LUCENE-8909. (Oren Ovadia)
398396

0 commit comments

Comments
 (0)