We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed05c9 commit 31db011Copy full SHA for 31db011
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Score.java
@@ -43,7 +43,7 @@ public class Score extends Function implements EvaluatorMapper {
43
@FunctionInfo(
44
returnType = "double",
45
preview = true,
46
- description = "Scores a full text function. Returns scores for all the resulting docs.",
+ description = "Scores an expression. Only full text functions will be scored. Returns scores for all the resulting docs.",
47
examples = { @Example(file = "score-function", tag = "score-single") }
48
)
49
public Score(
0 commit comments