summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
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 };