mirror of https://github.com/apache/lucene.git
Move 10.0.1 changelog entries to 10.1.0 section
This commit is contained in:
parent
50932eda5b
commit
8c7050b428
|
@ -182,6 +182,9 @@ Bug Fixes
|
|||
* GITHUB#13990: Added filter to the toString() method of Knn[Float|Byte]VectorQuery
|
||||
and DiversifyingChildren[Float|Byte]KnnVectorQuery. (Viswanath Kuchibhotla)
|
||||
* GITHUB#13819: Prevent flattening of ordered and unordered interval sources (Jim Ferenczi)
|
||||
* GITHUB#14008: Counts provided by taxonomy facets in addition to another aggregation are now returned together with
|
||||
their corresponding ordinals. (Paul King)
|
||||
* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public (Luca Cavanna)
|
||||
|
||||
Build
|
||||
---------------------
|
||||
|
@ -192,16 +195,6 @@ Other
|
|||
---------------------
|
||||
* GITHUB#13982: Remove duplicate test code. (Lu Xugang)
|
||||
|
||||
======================== Lucene 10.0.1 =======================
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
* GITHUB#14008: Counts provided by taxonomy facets in addition to another aggregation are now returned together with
|
||||
their corresponding ordinals. (Paul King)
|
||||
|
||||
* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public (Luca Cavanna)
|
||||
|
||||
======================= Lucene 10.0.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
Loading…
Reference in New Issue