aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/parser/DictionaryOption.java
blob: 006ce7332ae08f71ccecadf34cfcf59040cdb3c8 (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.schema.parser;

public enum DictionaryOption {
    HASH, BTREE, CASED, UNCASED
}