aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-07-10 13:41:36 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-07-10 13:41:36 +0000
commit91fd1e036739b4961f8b2e13a03974bf48e00d50 (patch)
tree4f9dd7a5f559b50852733da40f2d30673da756b3 /searchsummary
parent9d811fc606ca5aa2a18a3e5ebb30313f15aff10a (diff)
Update class comment.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/matched_elements_filter_dfw.h5
1 files changed, 3 insertions, 2 deletions
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: