You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by so...@apache.org on 2021/02/02 22:26:47 UTC

[lucene-solr] branch master updated (8f75933 -> a53e8e7)

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

sokolov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 8f75933  LUCENE-9716: Hunspell: support flag usage before its format is even specified (#2277)
     add a53e8e7  LUCENE-9615: Expose HnswGraphBuilder index-time hyperparameters as FieldType attributes (from Shubham Beniwal))

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene90/Lucene90VectorWriter.java      | 34 +++++++++++++--
 .../org/apache/lucene/document/VectorField.java    | 51 +++++++++++++++++++++-
 .../apache/lucene/util/hnsw/HnswGraphBuilder.java  |  6 ++-
 .../test/org/apache/lucene/index/TestKnnGraph.java | 17 +++++---
 .../org/apache/lucene/index/TestVectorValues.java  | 27 +++++++++++-
 .../apache/lucene/util/hnsw/KnnGraphTester.java    | 28 ++++++------
 6 files changed, 133 insertions(+), 30 deletions(-)