aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-03-27 15:35:02 +0100
committerTor Egge <Tor.Egge@online.no>2024-03-27 15:35:02 +0100
commit65d47f5dc645c2f746cb31a40891af99bfdeba64 (patch)
treea36a237d30905b17733908209f1e3866dee6aee4
parentaea9c1ee84d1e17c2a6dc11e01f2981d724c3822 (diff)
Update class comment.
-rw-r--r--streamingvisitors/src/vespa/vsm/vsm/tokens_dfw.h5
1 files 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
{