Package com.yahoo.vespa.config.search
Class IndexschemaConfig.Indexfield
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.IndexschemaConfig.Indexfield
- Enclosing class:
- IndexschemaConfig
public static final class IndexschemaConfig.Indexfield
extends com.yahoo.config.InnerNode
This class represents indexschema.indexfield[]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents indexschema.indexfield[].collectiontype The collection type of the index field.static final classThis class represents indexschema.indexfield[].datatype The data type of the index field. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Indexfield
-
-
Method Details
-
name
- Returns:
- indexschema.indexfield[].name
-
datatype
- Returns:
- indexschema.indexfield[].datatype
-
collectiontype
- Returns:
- indexschema.indexfield[].collectiontype
-
prefix
public boolean prefix()- Returns:
- indexschema.indexfield[].prefix
-
phrases
public boolean phrases()- Returns:
- indexschema.indexfield[].phrases
-
positions
public boolean positions()- Returns:
- indexschema.indexfield[].positions
-
averageelementlen
public int averageelementlen()- Returns:
- indexschema.indexfield[].averageelementlen
-
interleavedfeatures
public boolean interleavedfeatures()- Returns:
- indexschema.indexfield[].interleavedfeatures
-