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 c5ca659 commit 9118c40Copy full SHA for 9118c40
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java
@@ -2319,7 +2319,6 @@ public void testQueryStringOptions() {
2319
2320
public void testFullTextFunctionsInStats() {
2321
checkFullTextFunctionsInStats("match(last_name, \"Smith\")");
2322
- checkFullTextFunctionsInStats("multi_match(\"Smith\", first_name, last_name)");
2323
checkFullTextFunctionsInStats("last_name : \"Smith\"");
2324
checkFullTextFunctionsInStats("qstr(\"last_name: Smith\")");
2325
checkFullTextFunctionsInStats("kql(\"last_name: Smith\")");
0 commit comments