You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ch...@apache.org on 2023/06/13 08:45:07 UTC

[lucene] branch main updated (071461ece54 -> 1090928c142)

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

chegar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from 071461ece54 Add checks in KNNVectorField / KNNVectorQuery to only allow non-null, non-empty and finite vectors (#12281)
     add 1090928c142 Implement VectorUtilProvider with Java 21 Project Pamana Vector API (#12363)

No new revisions were added by this update.

Summary of changes:
 gradle/generation/extract-jdk-apis.gradle                           | 2 +-
 lucene/CHANGES.txt                                                  | 6 +++---
 lucene/core/src/java/org/apache/lucene/util/VectorUtilProvider.java | 6 +++---
 .../src/java21/org/apache/lucene/util/VectorUtilPanamaProvider.txt  | 2 ++
 4 files changed, 9 insertions(+), 7 deletions(-)
 create mode 100644 lucene/core/src/java21/org/apache/lucene/util/VectorUtilPanamaProvider.txt