From 65d47f5dc645c2f746cb31a40891af99bfdeba64 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 27 Mar 2024 15:35:02 +0100 Subject: Update class comment. --- streamingvisitors/src/vespa/vsm/vsm/tokens_dfw.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/streamingvisitors/src/vespa/vsm/vsm/tokens_dfw.h b/streamingvisitors/src/vespa/vsm/vsm/tokens_dfw.h index 23fd869d005..4199630a94d 100644 --- a/streamingvisitors/src/vespa/vsm/vsm/tokens_dfw.h +++ b/streamingvisitors/src/vespa/vsm/vsm/tokens_dfw.h @@ -8,8 +8,9 @@ namespace vsm { /* - * Class for writing annotated string field values from document as - * arrays containing the tokens. + * Class for writing string field values from document as + * arrays containing the tokens. Tokenization is performed + * on the fly using the exact_match and normalize_mode settings. */ class TokensDFW : public search::docsummary::DocsumFieldWriter { -- cgit v1.2.3