From 2176ea5d968a53c036ea97fc00ad7a1b2be0c259 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Tue, 22 Feb 2022 16:46:19 +0100 Subject: Update comment to match how connectivity is handled in the search backend. --- .../src/main/java/com/yahoo/prelude/query/TaggableItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-search') 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. */ -- cgit v1.2.3