summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-17 09:50:34 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-17 09:50:34 +0200
commite21239fbb8bb83497732e51376960662b56b2749 (patch)
treebd379b8c42ce53315464e69c58578dabaf1b49ea /searchsummary
parent3b5aa2200b1f2b5efc635c249e6236976589a36b (diff)
Add test does not depend on Vespa 7
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/docsumwriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/docsumwriter.cpp b/searchsummary/src/vespa/searchsummary/docsummary/docsumwriter.cpp
index abd1780b773..722ea9d9000 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/docsumwriter.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/docsumwriter.cpp
@@ -167,10 +167,10 @@ DynamicDocsumWriter::insertDocsum(const ResolveClassInfo & rci,
const Memory field_name(outCfg->_bindname.data(), outCfg->_bindname.size());
ObjectInserter inserter(docsum, field_name);
if (writer != nullptr) {
- //TODO: Vespa 7 Need to add test for writer->isDefaultValue
+ //TODO: Need to add test for writer->isDefaultValue
writer->insertField(docid, &gres, state, outCfg->_type, inserter);
} else {
- //TODO: Vespa 7 Need to add similar test as writer->isDefaultValue
+ //TODO: Need to add similar test as writer->isDefaultValue
if (rci.inputClass == rci.outputClass) {
convertEntry(state, outCfg, gres.GetEntry(i), inserter, slime);
} else {