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
345345
346346API 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
350352New Features
351353---------------------
@@ -389,10 +391,6 @@ Other
389391API 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
You can’t perform that action at this time.
0 commit comments