Skip to content

Commit f963be1

Browse files
committed
Fix checkStyle errors
1 parent f7ce694 commit f963be1

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/score

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/score/Decay.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ public class Decay extends EsqlScalarFunction
127127
returnType = "double",
128128
preview = true,
129129
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.2.0") },
130-
description = "Calculates a relevance score that decays based on the distance of a numeric, spatial or date type value from a target origin, using configurable decay functions.",
130+
description = "Calculates a relevance score that decays based on the distance of a numeric, spatial or date type value "
131+
+ "from a target origin, using configurable decay functions.",
131132
detailedDescription = """
132133
`DECAY` calculates a score between 0 and 1 based on how far a field value is from a specified origin point (called distance).
133134
The distance can be a numeric distance, spatial distance or temporal distance depending on the specific data type.

0 commit comments

Comments
 (0)