summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2016-09-15 09:10:48 +0200
committerLester Solbakken <lesters@yahoo-inc.com>2016-09-15 09:10:48 +0200
commit8e786f62b315438f14a3c2059d368c350b7d7729 (patch)
tree7c1e901f7f8c79a3cdb62dbf11b952ef4868a002 /sample-apps
parent02c7750e9ff4db1796cf48a339f09335eb24b55f (diff)
Fix comment
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/blog-recommendation/src/main/java/com/yahoo/example/BlogTensorSearcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-apps/blog-recommendation/src/main/java/com/yahoo/example/BlogTensorSearcher.java b/sample-apps/blog-recommendation/src/main/java/com/yahoo/example/BlogTensorSearcher.java
index d97d2898a41..3a2a3df455f 100644
--- a/sample-apps/blog-recommendation/src/main/java/com/yahoo/example/BlogTensorSearcher.java
+++ b/sample-apps/blog-recommendation/src/main/java/com/yahoo/example/BlogTensorSearcher.java
@@ -35,7 +35,7 @@ public class BlogTensorSearcher extends Searcher {
}
QueryTreeUtil.andQueryItemWithRoot(query, notItem);
- // Modify the ranking by using the 'tensor' rank-profile (as defined in blog_post.sd)... + // Send the user profile to the ranking framework.
+ // Modify the ranking by using the 'tensor' rank-profile (as defined in blog_post.sd)...
if (query.properties().get("ranking") == null) {
query.properties().set(new CompoundName("ranking"), "tensor");
}