You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2023/01/23 20:23:06 UTC

[lucene] branch branch_9x updated: add missing changelog for #12064

This is an automated email from the ASF dual-hosted git repository.

javanna pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 410b6fff3fb add missing changelog for #12064
410b6fff3fb is described below

commit 410b6fff3fbb9a1b1848fa00005128a2277e4b5c
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Mon Jan 23 21:22:15 2023 +0100

    add missing changelog for #12064
---
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 87bf501efb6..e93c263d535 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -69,6 +69,10 @@ API Changes
   and SortedNumericDocValuesField#newSlowSetQuery. IntField, LongField, FloatField, and DoubleField
   implement newSetQuery with best-practice use of IndexOrDocValuesQuery. (Robert Muir)
 
+* GITHUB#12064: Create new KnnByteVectorField, ByteVectorValues and KnnVectorsReader#getByteVectorValues(String)
+  that are specialized for byte-sized vectors, and clarify the public API by making a clear distinction
+  between classes that produce and read float vectors and those that produce and read byte vectors. (Ben Trent)
+
 * GITHUB#12101: Remove VectorValues#binaryValue(). Vectors should only be
   accessed through their high-level representation, via
   VectorValues#vectorValue(). (Adrien Grand)