Skip to content

Commit 0db457d

Browse files
committed
Spotless
1 parent a766ad8 commit 0db457d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/queries/SemanticSparseVectorQueryRewriteInterceptor.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ protected QueryBuilder buildCombinedInferenceAndNonInferenceQuery(
7979
Map<String, List<String>> inferenceIdsIndices = indexInformation.getInferenceIdsIndices();
8080

8181
BoolQueryBuilder boolQueryBuilder = new BoolQueryBuilder();
82-
boolQueryBuilder.should(
83-
createSubQueryForIndices(indexInformation.nonInferenceIndices(), sparseVectorQueryBuilder)
84-
);
82+
boolQueryBuilder.should(createSubQueryForIndices(indexInformation.nonInferenceIndices(), sparseVectorQueryBuilder));
8583
// We always perform nested subqueries on semantic_text fields, to support
8684
// sparse_vector queries using query vectors.
8785
for (String inferenceId : inferenceIdsIndices.keySet()) {

0 commit comments

Comments
 (0)