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 4ff2157 commit 69aea62Copy full SHA for 69aea62
server/src/main/java/org/elasticsearch/search/SearchFeatures.java
@@ -27,7 +27,7 @@ public Set<NodeFeature> getFeatures() {
27
);
28
public static final NodeFeature INT_SORT_FOR_INT_SHORT_BYTE_FIELDS = new NodeFeature("search.sort.int_sort_for_int_short_byte_fields");
29
static final NodeFeature MULTI_MATCH_CHECKS_POSITIONS = new NodeFeature("search.multi.match.checks.positions");
30
- private static final NodeFeature KNN_QUERY_BUGFIX_130254 = new NodeFeature("search.knn.query.bugfix.130254");
+ private static final NodeFeature KNN_QUERY_BUGFIX_130254 = new NodeFeature("search.knn.query.bugfix.130254", true);
31
32
@Override
33
public Set<NodeFeature> getTestFeatures() {
0 commit comments