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

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


    from cd587a5fc3c SOLR-18000: Update langchain4j version to 1.9.1 (#3921)
     add 26457c31911 SOLR-17736: introducing support for KNN search on nested 
vectors (block join) (#3316)

No new revisions were added by this update.

Summary of changes:
 changelog/unreleased/SOLR-17736.yml                |   8 +
 .../org/apache/solr/search/vector/KnnQParser.java  |  81 ++++
 .../solr/collection1/conf/schema-densevector.xml   |   7 +-
 .../join/BlockJoinNestedVectorsQParserTest.java    | 437 +++++++++++++++++++++
 .../solr/search/vector/KnnQParserChildTest.java    | 217 ++++++++++
 .../query-guide/pages/dense-vector-search.adoc     |  42 +-
 .../pages/searching-nested-documents.adoc          |  40 ++
 7 files changed, 829 insertions(+), 3 deletions(-)
 create mode 100644 changelog/unreleased/SOLR-17736.yml
 create mode 100644 
solr/core/src/test/org/apache/solr/search/join/BlockJoinNestedVectorsQParserTest.java
 create mode 100644 
solr/core/src/test/org/apache/solr/search/vector/KnnQParserChildTest.java

Reply via email to