mirror of https://github.com/apache/lucene.git
#12180: move CHANGES entry to 9.9.0 section
This commit is contained in:
parent
fb5f491643
commit
2cd66fb311
|
@ -67,9 +67,6 @@ API Changes
|
||||||
|
|
||||||
* GITHUB#12735: Remove FSTCompiler#getTermCount() and FSTCompiler.UnCompiledNode#inputCount (Anh Dung Bui)
|
* GITHUB#12735: Remove FSTCompiler#getTermCount() and FSTCompiler.UnCompiledNode#inputCount (Anh Dung Bui)
|
||||||
|
|
||||||
* GITHUB#12180: Add TaxonomyReader#getBulkOrdinals method to more efficiently retrieve facet ordinals for multiple
|
|
||||||
FacetLabel at once. (Egor Potemkin)
|
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -167,6 +164,9 @@ API Changes
|
||||||
Collection<BytesRef>. They also now explicitly throw IllegalArgumentException if input data is not properly sorted
|
Collection<BytesRef>. They also now explicitly throw IllegalArgumentException if input data is not properly sorted
|
||||||
instead of relying on assert. (Shubham Chaudhary)
|
instead of relying on assert. (Shubham Chaudhary)
|
||||||
|
|
||||||
|
* GITHUB#12180: Add TaxonomyReader#getBulkOrdinals method to more efficiently retrieve facet ordinals for multiple
|
||||||
|
FacetLabel at once. (Egor Potemkin)
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue