File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616import org .elasticsearch .cluster .metadata .IndexMetadata ;
1717import org .elasticsearch .common .settings .Settings ;
1818import org .elasticsearch .common .xcontent .support .XContentMapValues ;
19- import org .elasticsearch .search . SearchFeatures ;
19+ import org .elasticsearch .index . mapper . MapperFeatures ;
2020
2121import java .io .IOException ;
2222import 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 {
You can’t perform that action at this time.
0 commit comments