aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-06 11:59:56 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-06 11:59:56 +0000
commit1bb00080f59ad614e63dd32cd2de5a5255626384 (patch)
treec13a15164b0c79480d4b69d952eb86124bddb030 /searchlib/src
parentd59d1cdb2b4872c2309cfad2e96012fdbdfc6ff9 (diff)
Add a short class description.
Diffstat (limited to 'searchlib/src')
-rw-r--r--searchlib/src/vespa/searchlib/query/query_normalization.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/query/query_normalization.h b/searchlib/src/vespa/searchlib/query/query_normalization.h
index cdfc3587aa4..6a8350d1791 100644
--- a/searchlib/src/vespa/searchlib/query/query_normalization.h
+++ b/searchlib/src/vespa/searchlib/query/query_normalization.h
@@ -26,6 +26,10 @@ enum class TermType : uint8_t {
std::ostream &operator<<(std::ostream &, Normalizing);
+/**
+ * Resolves what kind of normalization that is needed for the query terms in context
+ * of the fields searched. It also provides a utility method for doing the normalization.
+ */
class QueryNormalization {
public:
using Normalizing = search::Normalizing;