Skip to content

Commit 71a4c9a

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent a50e0be commit 71a4c9a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
package org.elasticsearch.xpack.esql.expression.function.fulltext;
99

1010
import org.apache.lucene.util.BytesRef;
11-
import org.elasticsearch.TransportVersions;
1211
import org.elasticsearch.common.io.stream.NamedWriteableRegistry;
1312
import org.elasticsearch.common.io.stream.StreamInput;
1413
import org.elasticsearch.common.io.stream.StreamOutput;
@@ -27,7 +26,6 @@
2726
import org.elasticsearch.xpack.esql.core.type.DataType;
2827
import org.elasticsearch.xpack.esql.core.type.MultiTypeEsField;
2928
import org.elasticsearch.xpack.esql.core.util.Check;
30-
import org.elasticsearch.xpack.esql.core.util.NumericUtils;
3129
import org.elasticsearch.xpack.esql.expression.function.Example;
3230
import org.elasticsearch.xpack.esql.expression.function.FunctionAppliesTo;
3331
import org.elasticsearch.xpack.esql.expression.function.FunctionAppliesToLifecycle;

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/querydsl/query/MatchPhraseQuery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*/
77
package org.elasticsearch.xpack.esql.querydsl.query;
88

9-
import org.elasticsearch.index.query.QueryBuilder;
109
import org.elasticsearch.index.query.MatchPhraseQueryBuilder;
10+
import org.elasticsearch.index.query.QueryBuilder;
1111
import org.elasticsearch.index.query.QueryBuilders;
1212
import org.elasticsearch.xpack.esql.core.querydsl.query.Query;
1313
import org.elasticsearch.xpack.esql.core.tree.Source;
@@ -18,8 +18,8 @@
1818

1919
import static java.util.Map.entry;
2020
import static org.elasticsearch.index.query.MatchPhraseQueryBuilder.SLOP_FIELD;
21-
import static org.elasticsearch.index.query.MatchQueryBuilder.ANALYZER_FIELD;
2221
import static org.elasticsearch.index.query.MatchPhraseQueryBuilder.ZERO_TERMS_QUERY_FIELD;
22+
import static org.elasticsearch.index.query.MatchQueryBuilder.ANALYZER_FIELD;
2323

2424
public class MatchPhraseQuery extends Query {
2525

0 commit comments

Comments
 (0)