Skip to content

Commit

Permalink
Add semantic_text index version (#108887)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed May 22, 2024
1 parent aa542de commit ae0900d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ private static IndexVersion def(int id, Version luceneVersion) {
public static final IndexVersion DEFAULT_DENSE_VECTOR_TO_INT8_HNSW = def(8_505_00_0, Version.LUCENE_9_10_0);
public static final IndexVersion DOC_VALUES_FOR_IGNORED_META_FIELD = def(8_505_00_1, Version.LUCENE_9_10_0);
public static final IndexVersion SOURCE_MAPPER_LOSSY_PARAMS_CHECK = def(8_506_00_0, Version.LUCENE_9_10_0);
public static final IndexVersion SEMANTIC_TEXT_FIELD_TYPE = def(8_507_00_0, Version.LUCENE_9_10_0);

/*
* STOP! READ THIS FIRST! No, really,
Expand Down

0 comments on commit ae0900d

Please sign in to comment.