summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-19 13:50:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-19 13:50:00 +0000
commit7059a097c51a313ff9a7ef7e16894ce7832e0edc (patch)
treed16ecd5c6a2ec63f9c0bbbc7afa9abdcc7c5d95f
parent37a5e1ad7a0ff7fd07ec0ef377058f4a6cded93d (diff)
GC comment not adding any value, besides being incorrect.
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/searchvisitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/searchvisitor.cpp b/streamingvisitors/src/vespa/searchvisitor/searchvisitor.cpp
index 63f11f2ad6a..e2eb3535223 100644
--- a/streamingvisitors/src/vespa/searchvisitor/searchvisitor.cpp
+++ b/streamingvisitors/src/vespa/searchvisitor/searchvisitor.cpp
@@ -445,7 +445,7 @@ SearchVisitor::init(const Parameters & params)
i, j, string(prop.key(j)).c_str(), string(prop.value(j)).c_str());
_rankController.getFeatureOverrides().add(prop.key(j), prop.value(j));
}
- } else if (prop.name() == "highlightterms") { // pick up feature overrides
+ } else if (prop.name() == "highlightterms") {
for (uint32_t j = 0; j < prop.size(); ++j) {
LOG(debug, "Hightligthterms[%u][%u]: key '%s' -> value '%s'",
i, j, string(prop.key(j)).c_str(), string(prop.value(j)).c_str());