Package com.yahoo.vespa.config.search
Class AttributesConfig.Attribute.Dictionary.Match
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<AttributesConfig.Attribute.Dictionary.Match.Enum>
com.yahoo.vespa.config.search.AttributesConfig.Attribute.Dictionary.Match
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- AttributesConfig.Attribute.Dictionary
public static final class AttributesConfig.Attribute.Dictionary.Match
extends com.yahoo.config.EnumNode<AttributesConfig.Attribute.Dictionary.Match.Enum>
This class represents attributes.attribute[].dictionary.match
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributesConfig.Attribute.Dictionary.Match.Enumstatic final AttributesConfig.Attribute.Dictionary.Match.Enumstatic final AttributesConfig.Attribute.Dictionary.Match.Enumstatic final AttributesConfig.Attribute.Dictionary.Match.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toStringMethods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, valueMethods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
CASE_SENSITIVE
-
CASE_INSENSITIVE
-
CASED
-
UNCASED
-
-
Constructor Details
-
Match
public Match() -
Match
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<AttributesConfig.Attribute.Dictionary.Match.Enum>
-