Skip to content

Commit 2e9f118

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d8ef102 commit 2e9f118

File tree

1 file changed

+6
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,12 @@ public class Knn extends FullTextFunction
107107
)
108108
public Knn(
109109
Source source,
110-
@Param(name = "field", type = { "dense_vector", "text" }, description = "Field that the query will target. " +
111-
"knn function can be used with dense_vector or semantic_text fields. Other text fields are not allowed") Expression field,
110+
@Param(
111+
name = "field",
112+
type = { "dense_vector", "text" },
113+
description = "Field that the query will target. "
114+
+ "knn function can be used with dense_vector or semantic_text fields. Other text fields are not allowed"
115+
) Expression field,
112116
@Param(
113117
name = "query",
114118
type = { "dense_vector" },

0 commit comments

Comments
 (0)