Skip to content

Commit

Permalink
Update src/main/java/org/opensearch/knn/plugin/search/KNNConcurrentSe…
Browse files Browse the repository at this point in the history
…archRequestDecider.java

Co-authored-by: Navneet Verma <vermanavneet003@gmail.com>
Signed-off-by: Tejas Shah <shatejas@amazon.com>
  • Loading branch information
shatejas and navneet1v authored Sep 18, 2024
1 parent 11a1d0e commit e502d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class KNNConcurrentSearchRequestDecider extends ConcurrentSearchRequestDe
);
private static final ConcurrentSearchDecision YES = new ConcurrentSearchDecision(
ConcurrentSearchDecision.DecisionStatus.YES,
"Enable concurrent search for knn"
"Enable concurrent search for knn as Query has k-NN query in it and index is k-nn index"
);

private ConcurrentSearchDecision knnDecision = DEFAULT_KNN_DECISION;
Expand Down

0 comments on commit e502d6f

Please sign in to comment.