mirror of https://github.com/apache/lucene.git
format changelog entry and add missing author name
This commit is contained in:
parent
92e67ec626
commit
25623a63bf
|
@ -168,8 +168,9 @@ API Changes
|
||||||
accessed through their high-level representation, via
|
accessed through their high-level representation, via
|
||||||
VectorValues#vectorValue(). (Adrien Grand)
|
VectorValues#vectorValue(). (Adrien Grand)
|
||||||
|
|
||||||
* GITHUB#12105: Deprecate KnnVectorField in favour of KnnFloatVectorField, KnnVectoryQuery in favour of
|
* GITHUB#12105: Deprecate KnnVectorField in favour of KnnFloatVectorField,
|
||||||
KnnFloatVectorQuery, and LeafReader#getVectorValues in favour of LeafReader#getFloatVectorValues
|
KnnVectoryQuery in favour of KnnFloatVectorQuery, and LeafReader#getVectorValues
|
||||||
|
in favour of LeafReader#getFloatVectorValues. (Luca Cavanna)
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue