Class VsmfieldsConfig.Fieldspec
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.vsm.VsmfieldsConfig.Fieldspec
- Enclosing class:
- VsmfieldsConfig
public static final class VsmfieldsConfig.Fieldspec
extends com.yahoo.config.InnerNode
This class represents vsmfields.fieldspec[]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents vsmfields.fieldspec[].fieldtype Type of the fieldstatic final classThis class represents vsmfields.fieldspec[].normalizestatic final classThis class represents vsmfields.fieldspec[].searchmethod The search method for a given 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
-
Fieldspec
-
-
Method Details
-
name
- Returns:
- vsmfields.fieldspec[].name
-
searchmethod
- Returns:
- vsmfields.fieldspec[].searchmethod
-
arg1
- Returns:
- vsmfields.fieldspec[].arg1
-
normalize
- Returns:
- vsmfields.fieldspec[].normalize
-
maxlength
public int maxlength()- Returns:
- vsmfields.fieldspec[].maxlength
-
fieldtype
- Returns:
- vsmfields.fieldspec[].fieldtype
-