File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
server/src/main/java/org/elasticsearch/index Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ private static Version parseUnchecked(String version) {
160160 public static final IndexVersion SYNTHETIC_SOURCE_STORE_ARRAYS_NATIVELY_SCALED_FLOAT = def (9_020_0_00 , Version .LUCENE_10_1_0 );
161161 public static final IndexVersion USE_LUCENE101_POSTINGS_FORMAT = def (9_021_0_00 , Version .LUCENE_10_1_0 );
162162 public static final IndexVersion SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT = def (9_022_0_00 , Version .LUCENE_10_1_0 );
163+
163164 /*
164165 * STOP! READ THIS FIRST! No, really,
165166 * ____ _____ ___ ____ _ ____ _____ _ ____ _____ _ _ ___ ____ _____ ___ ____ ____ _____ _
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public class SparseVectorFieldMapper extends FieldMapper {
7070
7171 static final IndexVersion NEW_SPARSE_VECTOR_INDEX_VERSION = IndexVersions .NEW_SPARSE_VECTOR ;
7272 static final IndexVersion SPARSE_VECTOR_IN_FIELD_NAMES_INDEX_VERSION = IndexVersions .SPARSE_VECTOR_IN_FIELD_NAMES_SUPPORT ;
73- static final IndexVersion SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_VERSION = IndexVersion .SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT ;
73+ static final IndexVersion SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_VERSION = IndexVersions .SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT ;
7474
7575 private final SparseVectorFieldMapper .IndexOptions indexOptions ;
7676
You can’t perform that action at this time.
0 commit comments