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 d9ff06b commit 8cd60ccCopy full SHA for 8cd60cc
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -1132,14 +1132,14 @@ public enum Cap {
1132
LUCENE_QUERY_EVALUATOR_QUERY_REWRITE,
1133
1134
/**
1135
- * Dense vector field type support
+ * Support parameters for LiMIT command.
1136
*/
1137
- DENSE_VECTOR_FIELD_TYPE(EsqlCorePlugin.DENSE_VECTOR_FEATURE_FLAG),
+ PARAMETER_FOR_LIMIT,
1138
1139
1140
- * Support parameters for LiMIT command.
+ * Dense vector field type support
1141
1142
- PARAMETER_FOR_LIMIT;
+ DENSE_VECTOR_FIELD_TYPE(EsqlCorePlugin.DENSE_VECTOR_FEATURE_FLAG);
1143
1144
private final boolean enabled;
1145
0 commit comments