Skip to content

Commit 31db011

Browse files
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Score.java
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 5ed05c9 commit 31db011

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Score extends Function implements EvaluatorMapper {
4343
@FunctionInfo(
4444
returnType = "double",
4545
preview = true,
46-
description = "Scores a full text function. Returns scores for all the resulting docs.",
46+
description = "Scores an expression. Only full text functions will be scored. Returns scores for all the resulting docs.",
4747
examples = { @Example(file = "score-function", tag = "score-single") }
4848
)
4949
public Score(

0 commit comments

Comments
 (0)