Skip to content

Commit 2a673b3

Browse files
Fix merge
1 parent 0979299 commit 2a673b3

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MultiMatch.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
import static org.elasticsearch.xpack.esql.core.type.DataType.IP;
7979
import static org.elasticsearch.xpack.esql.core.type.DataType.KEYWORD;
8080
import static org.elasticsearch.xpack.esql.core.type.DataType.LONG;
81-
import static org.elasticsearch.xpack.esql.core.type.DataType.SEMANTIC_TEXT;
8281
import static org.elasticsearch.xpack.esql.core.type.DataType.TEXT;
8382
import static org.elasticsearch.xpack.esql.core.type.DataType.UNSIGNED_LONG;
8483
import static org.elasticsearch.xpack.esql.core.type.DataType.VERSION;
@@ -109,7 +108,6 @@ public class MultiMatch extends FullTextFunction implements OptionalArgument, Po
109108
public static final Set<DataType> FIELD_DATA_TYPES = Set.of(
110109
KEYWORD,
111110
TEXT,
112-
SEMANTIC_TEXT,
113111
BOOLEAN,
114112
DATETIME,
115113
DATE_NANOS,

0 commit comments

Comments
 (0)