File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
x-pack/plugin/rank-rrf/src/main/java/org/elasticsearch/xpack/rank Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1818public class RankRRFFeatures implements FeatureSpecification {
1919
2020 public static final NodeFeature LINEAR_RETRIEVER_SUPPORTED = new NodeFeature ("linear_retriever_supported" );
21+ public static final NodeFeature SIMPLIFIED_RETRIEVER_FORMAT = new NodeFeature ("simplified_retriever_format" );
2122
2223 @ Override
2324 public Set <NodeFeature > getFeatures () {
@@ -26,6 +27,6 @@ public Set<NodeFeature> getFeatures() {
2627
2728 @ Override
2829 public Set <NodeFeature > getTestFeatures () {
29- return Set .of (INNER_RETRIEVERS_FILTER_SUPPORT , LINEAR_RETRIEVER_MINMAX_SINGLE_DOC_FIX );
30+ return Set .of (INNER_RETRIEVERS_FILTER_SUPPORT , LINEAR_RETRIEVER_MINMAX_SINGLE_DOC_FIX , SIMPLIFIED_RETRIEVER_FORMAT );
3031 }
3132}
You can’t perform that action at this time.
0 commit comments