Skip to content

Commit

Permalink
Update error message in sparse_vector for indices 8.0-8.10 (elastic#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest authored Apr 10, 2024
1 parent 92f7e07 commit a06da43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class SparseVectorFieldMapper extends FieldMapper {

static final String ERROR_MESSAGE_7X = "[sparse_vector] field type in old 7.x indices is allowed to "
+ "contain [sparse_vector] fields, but they cannot be indexed or searched.";
static final String ERROR_MESSAGE_8X = "The [sparse_vector] field type is not supported from 8.0 to 8.10 versions.";
static final String ERROR_MESSAGE_8X = "The [sparse_vector] field type is not supported on indices created on versions 8.0 to 8.10.";
static final IndexVersion PREVIOUS_SPARSE_VECTOR_INDEX_VERSION = IndexVersions.V_8_0_0;

static final IndexVersion NEW_SPARSE_VECTOR_INDEX_VERSION = IndexVersions.NEW_SPARSE_VECTOR;
Expand Down

0 comments on commit a06da43

Please sign in to comment.