File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2323import org .elasticsearch .xpack .esql .expression .function .Example ;
2424import org .elasticsearch .xpack .esql .expression .function .FunctionInfo ;
2525import org .elasticsearch .xpack .esql .expression .function .Param ;
26- import org .elasticsearch .xpack .esql .expression .function .TwoOptionalArguments ;
2726import org .elasticsearch .xpack .esql .io .stream .PlanStreamInput ;
2827
2928import java .io .IOException ;
3736/**
3837 * Full text function that performs a {@link QueryStringQuery} .
3938 */
40- public class Match extends FullTextFunction implements Validatable , TwoOptionalArguments {
39+ public class Match extends FullTextFunction implements Validatable {
4140
4241 public static final NamedWriteableRegistry .Entry ENTRY = new NamedWriteableRegistry .Entry (Expression .class , "Match" , Match ::readFrom );
4342
You can’t perform that action at this time.
0 commit comments