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

[lucene] branch main updated (acf45d8 -> 28ba8b7)

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

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


    from acf45d8  LUCENE-10016: Remove VectorValues#getSimilarityFunction. (#213)
     add 28ba8b7  LUCENE-10015: Remove VectorSimilarityFunction#NONE. (#219)

No new revisions were added by this update.

Summary of changes:
 .../lucene60/Lucene60FieldInfosFormat.java         |  2 +-
 .../codecs/uniformsplit/TestBlockWriter.java       |  2 +-
 .../sharedterms/TestSTBlockReader.java             |  2 +-
 .../codecs/lucene90/Lucene90HnswVectorReader.java  | 45 ++++++----------------
 .../codecs/lucene90/Lucene90HnswVectorWriter.java  | 32 +++++++--------
 .../java/org/apache/lucene/document/FieldType.java |  5 ++-
 .../java/org/apache/lucene/index/FieldInfo.java    |  8 ----
 .../java/org/apache/lucene/index/FieldInfos.java   |  4 +-
 .../org/apache/lucene/index/IndexingChain.java     |  6 +--
 .../lucene/index/VectorSimilarityFunction.java     | 38 ++++++++----------
 .../apache/lucene/util/hnsw/HnswGraphBuilder.java  |  6 +--
 .../lucene/document/TestPerFieldConsistency.java   |  3 --
 .../test/org/apache/lucene/index/TestCodecs.java   |  2 +-
 .../org/apache/lucene/index/TestFieldInfos.java    |  6 +--
 .../org/apache/lucene/index/TestFieldsReader.java  |  2 +-
 .../apache/lucene/index/TestIndexableField.java    |  2 +-
 .../lucene/index/TestPendingSoftDeletes.java       | 12 +++---
 .../search/highlight/TermVectorLeafReader.java     |  2 +-
 .../lucene/index/BaseFieldInfoFormatTestCase.java  |  2 +-
 .../lucene/index/BaseVectorFormatTestCase.java     | 30 +++++++--------
 .../apache/lucene/index/RandomPostingsTester.java  |  4 +-
 21 files changed, 83 insertions(+), 132 deletions(-)