aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-11 13:49:52 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-11 13:49:52 +0000
commit8a14af615bee86a178ea4838cc91d2079d9007aa (patch)
tree27aca677675d33cebefec09367f580f61f31a54b /streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp
parentb4b5bd584110601471abf51bc59f29752e295fca (diff)
Split out tokenizer and test it explicit.
Diffstat (limited to 'streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp')
-rw-r--r--streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp b/streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp
index ce63f55ea63..d9ac47a3431 100644
--- a/streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp
+++ b/streamingvisitors/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp
@@ -1,6 +1,7 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "utf8stringfieldsearcherbase.h"
+#include "tokenizereader.h"
#include <cassert>
using search::streaming::QueryTerm;