From 91fd1e036739b4961f8b2e13a03974bf48e00d50 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Fri, 10 Jul 2020 13:41:36 +0000 Subject: Update class comment. --- .../src/vespa/searchsummary/docsummary/matched_elements_filter_dfw.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'searchsummary') diff --git a/searchsummary/src/vespa/searchsummary/docsummary/matched_elements_filter_dfw.h b/searchsummary/src/vespa/searchsummary/docsummary/matched_elements_filter_dfw.h index 087ddfd8d40..353f0df8bee 100644 --- a/searchsummary/src/vespa/searchsummary/docsummary/matched_elements_filter_dfw.h +++ b/searchsummary/src/vespa/searchsummary/docsummary/matched_elements_filter_dfw.h @@ -9,8 +9,9 @@ namespace search::attribute { class IAttributeContext; } namespace search::docsummary { /** - * Field writer that filters matched elements (according to the query) from a complex field - * (map of primitives, map of struct, array of struct) that is retrieved from the document store. + * Field writer that filters matched elements (according to the query) from a multi-value or complex field + * (array of primitive, weighted set of primitive, map of primitives, map of struct, array of struct) + * that is retrieved from the document store. */ class MatchedElementsFilterDFW : public IDocsumFieldWriter { private: -- cgit v1.2.3