Skip to content

Commit 8e19c25

Browse files
committed
Update reference
1 parent 5b8d499 commit 8e19c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/VectorSearchIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.elasticsearch.cluster.metadata.IndexMetadata;
1717
import org.elasticsearch.common.settings.Settings;
1818
import org.elasticsearch.common.xcontent.support.XContentMapValues;
19-
import org.elasticsearch.search.SearchFeatures;
19+
import org.elasticsearch.index.mapper.MapperFeatures;
2020

2121
import java.io.IOException;
2222
import java.util.List;
@@ -510,7 +510,7 @@ public void testBBQVectorSearch() throws Exception {
510510
}
511511

512512
public void testBBQVectorSearchOffheapRescoring() throws Exception {
513-
assumeTrue("Disabling off-heap rescoring is not supported", oldClusterHasFeature(SearchFeatures.BBQ_OFFHEAP_RESCORING));
513+
assumeTrue("Disabling off-heap rescoring is not supported", oldClusterHasFeature(MapperFeatures.BBQ_OFFHEAP_RESCORING));
514514
if (isOldCluster()) {
515515
String mapping = """
516516
{

0 commit comments

Comments
 (0)