We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de4cf3 commit b61bc0aCopy full SHA for b61bc0a
server/src/test/java/org/elasticsearch/index/mapper/vectors/SparseVectorFieldMapperTests.java
@@ -292,7 +292,7 @@ public void testDefaultsWithAndWithoutIncludeDefaultsOlderIndexVersion() throws
292
IndexVersion indexVersion = IndexVersionUtils.randomVersionBetween(
293
random(),
294
UPGRADE_TO_LUCENE_10_0_0,
295
- IndexVersionUtils.getPreviousVersion(SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT_BACKPORT_8_X)
+ IndexVersionUtils.getPreviousVersion(SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT)
296
);
297
298
XContentBuilder orig = JsonXContent.contentBuilder().startObject();
0 commit comments