Package com.yahoo.vespa.config.search
Class IndexschemaConfig.Indexfield.Datatype
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<IndexschemaConfig.Indexfield.Datatype.Enum>
com.yahoo.vespa.config.search.IndexschemaConfig.Indexfield.Datatype
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- IndexschemaConfig.Indexfield
public static final class IndexschemaConfig.Indexfield.Datatype
extends com.yahoo.config.EnumNode<IndexschemaConfig.Indexfield.Datatype.Enum>
This class represents indexschema.indexfield[].datatype
The data type of the index field.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexschemaConfig.Indexfield.Datatype.Enumstatic final IndexschemaConfig.Indexfield.Datatype.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
-
STRING
-
INT64
-
-
Constructor Details
-
Datatype
public Datatype() -
Datatype
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<IndexschemaConfig.Indexfield.Datatype.Enum>
-