aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-02-22 16:46:19 +0100
committerGeir Storli <geirst@yahooinc.com>2022-02-22 16:46:19 +0100
commit2176ea5d968a53c036ea97fc00ad7a1b2be0c259 (patch)
tree0c95f78129bd05bf94cfb1fc3fed5c4cd8d38db2 /container-search
parent3b5b6897bf8821c8dd83c72d47b72652d9687ef2 (diff)
Update comment to match how connectivity is handled in the search backend.
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/query/TaggableItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/query/TaggableItem.java b/container-search/src/main/java/com/yahoo/prelude/query/TaggableItem.java
index cab1b810c0f..f23f2088f1d 100644
--- a/container-search/src/main/java/com/yahoo/prelude/query/TaggableItem.java
+++ b/container-search/src/main/java/com/yahoo/prelude/query/TaggableItem.java
@@ -25,7 +25,7 @@ public interface TaggableItem {
* "new" and "york" to ensure that a document containing "List of hotels in New York" is ranked above one containing
* "List of new hotels in York".
*
- * @param item the item this should be connected to - in practice the next consecutive item in the query
+ * @param item the item this should be connected to - in practice the previous item in the query.
* @param connectivity a value between 0 (none) and 1 (maximal), defining the connectivity between this and the
* argument item. The default connectivity is 0.1.
*/