Skip to content

Commit f69a54b

Browse files
committed
Move Decay from fulltext package to new scalar.score package
1 parent caa108c commit f69a54b

File tree

12 files changed

+13
-3
lines changed

12 files changed

+13
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
import org.elasticsearch.xpack.esql.expression.function.aggregate.Top;
4747
import org.elasticsearch.xpack.esql.expression.function.aggregate.Values;
4848
import org.elasticsearch.xpack.esql.expression.function.aggregate.WeightedAvg;
49-
import org.elasticsearch.xpack.esql.expression.function.fulltext.Decay;
5049
import org.elasticsearch.xpack.esql.expression.function.fulltext.Kql;
5150
import org.elasticsearch.xpack.esql.expression.function.fulltext.Match;
5251
import org.elasticsearch.xpack.esql.expression.function.fulltext.MatchPhrase;
@@ -145,6 +144,7 @@
145144
import org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvSum;
146145
import org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvZip;
147146
import org.elasticsearch.xpack.esql.expression.function.scalar.nulls.Coalesce;
147+
import org.elasticsearch.xpack.esql.expression.function.scalar.score.Decay;
148148
import org.elasticsearch.xpack.esql.expression.function.scalar.spatial.SpatialContains;
149149
import org.elasticsearch.xpack.esql.expression.function.scalar.spatial.SpatialDisjoint;
150150
import org.elasticsearch.xpack.esql.expression.function.scalar.spatial.SpatialIntersects;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import org.elasticsearch.common.io.stream.NamedWriteableRegistry;
1111
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
12+
import org.elasticsearch.xpack.esql.expression.function.scalar.score.Decay;
1213

1314
import java.util.ArrayList;
1415
import java.util.Collections;

0 commit comments

Comments
 (0)