File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,9 @@ Other
345
345
346
346
API Changes
347
347
---------------------
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)
349
351
350
352
New Features
351
353
---------------------
@@ -389,10 +391,6 @@ Other
389
391
API Changes
390
392
---------------------
391
393
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
-
396
394
* LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
397
395
This method was removed in LUCENE-8909. (Oren Ovadia)
398
396
You can’t perform that action at this time.
0 commit comments