summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-06-19 11:51:52 +0200
committerGitHub <noreply@github.com>2018-06-19 11:51:52 +0200
commit017d615e0aee5cb9210f2af9403819f51349f07a (patch)
tree66187ef99268d2a721ede2ef0f1c3db1522e222c /container-search
parent475256fb2ce39ef87f352655b8d4c66a70791999 (diff)
parent3eae0d34a00570add245e39830452acded0c0238 (diff)
Merge pull request #6228 from vespa-engine/bratseth/nonfunctional-changes
Nonfunctional changes only
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/query/WeakAndItem.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/query/WeakAndItem.java b/container-search/src/main/java/com/yahoo/prelude/query/WeakAndItem.java
index 708c48f0954..902fefae9be 100644
--- a/container-search/src/main/java/com/yahoo/prelude/query/WeakAndItem.java
+++ b/container-search/src/main/java/com/yahoo/prelude/query/WeakAndItem.java
@@ -35,6 +35,7 @@ public final class WeakAndItem extends NonReducibleCompositeItem {
/**
* Make a WAND item with no children. You can mention a common index or you can mention it on each child.
+ *
* @param index The index it shall search.
* @param N the target for minimum number of hits to produce;
* a backend will not suppress any hits in the operator
@@ -94,6 +95,7 @@ public final class WeakAndItem extends NonReducibleCompositeItem {
* This threshold is currently only used if the WeakAndItem is searching a RISE index field.
* The score threshold then specifies the minimum dot product score a match needs to be part of the result set.
* Default value is 0.
+ *
* @param scoreThreshold the score threshold.
*/
public void setScoreThreshold(int scoreThreshold) {