aboutsummaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-11 15:02:48 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-11 15:02:48 +0000
commit00f3c44ae342ea4a6718e692ae8d130457ddf86d (patch)
treebb8664d3fcf79b9004116bab5aefe0772629bbeb /searchcommon
parent74ef65ff61055228352e22088f55fac7638f76b5 (diff)
Add class comment
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/dictionary_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/dictionary_config.h b/searchcommon/src/vespa/searchcommon/common/dictionary_config.h
index c6c99a137e4..06c88d88670 100644
--- a/searchcommon/src/vespa/searchcommon/common/dictionary_config.h
+++ b/searchcommon/src/vespa/searchcommon/common/dictionary_config.h
@@ -6,6 +6,9 @@
namespace search {
+/**
+ * Contains the config required for setting up a suitable dictionary.
+ */
class DictionaryConfig {
public:
enum class Ordering { ORDERED, UNORDERED };