Skip to content

Commit 56b8ff8

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8be88b3 commit 56b8ff8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2648,14 +2648,14 @@ && isNotUnitVector(squaredMagnitude)) {
26482648
} else {
26492649
KnnFloatVectorQuery knnFloatVectorQuery = parentFilter != null
26502650
? new ESDiversifyingChildrenFloatKnnVectorQuery(
2651-
name(),
2652-
queryVector,
2653-
filter,
2654-
adjustedK,
2655-
numCands,
2656-
parentFilter,
2657-
knnSearchStrategy
2658-
)
2651+
name(),
2652+
queryVector,
2653+
filter,
2654+
adjustedK,
2655+
numCands,
2656+
parentFilter,
2657+
knnSearchStrategy
2658+
)
26592659
: new ESKnnFloatVectorQuery(name(), queryVector, adjustedK, numCands, filter, knnSearchStrategy);
26602660
// TODO: fix reading of saturation threshold and patience params ?
26612661
knnQuery = indexOptions != null && indexOptions.earlyExit()

0 commit comments

Comments
 (0)