summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-11-05 22:49:08 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-11-05 22:49:08 +0100
commited8c274dc76794efa692efba6cf509b058b13648 (patch)
treec1dcb9fbc70b851be5cfdb8c335089283715f698 /container-search
parent64c5daa351557869e64786188afa75ed3b59991b (diff)
Literal tensors with value expressions
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/query/WandItem.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/query/WandItem.java b/container-search/src/main/java/com/yahoo/prelude/query/WandItem.java
index 20f034df1df..a70d653b90a 100644
--- a/container-search/src/main/java/com/yahoo/prelude/query/WandItem.java
+++ b/container-search/src/main/java/com/yahoo/prelude/query/WandItem.java
@@ -24,8 +24,8 @@ public class WandItem extends WeightedSetItem {
/**
* Creates an empty WandItem.
*
- * @param fieldName The name of the weighted set field to search with this WandItem.
- * @param targetNumHits The target for minimum number of hits to produce by the backend search operator handling this WandItem.
+ * @param fieldName the name of the weighted set field to search with this WandItem.
+ * @param targetNumHits the target for minimum number of hits to produce by the backend search operator handling this WandItem.
*/
public WandItem(String fieldName, int targetNumHits) {
super(fieldName);