Package com.yahoo.vespa.config.search
Class AttributesConfig.Attribute
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.AttributesConfig.Attribute
- Enclosing class:
- AttributesConfig
public static final class AttributesConfig.Attribute
extends com.yahoo.config.InnerNode
This class represents attributes.attribute[]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents attributes.attribute[].collectiontypestatic final classThis class represents attributes.attribute[].datatypestatic final classThis class represents attributes.attribute[].dictionarystatic final classThis class represents attributes.attribute[].distancemetric The distance metric to use for nearest neighbor search.static final classThis class represents attributes.attribute[].indexstatic final classThis class represents attributes.attribute[].matchstatic final classThis class represents attributes.attribute[].sortfunctionstatic final classThis class represents attributes.attribute[].sortstrength -
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
-
Attribute
-
-
Method Details
-
name
- Returns:
- attributes.attribute[].name
-
datatype
- Returns:
- attributes.attribute[].datatype
-
collectiontype
- Returns:
- attributes.attribute[].collectiontype
-
dictionary
- Returns:
- attributes.attribute[].dictionary
-
match
- Returns:
- attributes.attribute[].match
-
removeifzero
public boolean removeifzero()- Returns:
- attributes.attribute[].removeifzero
-
createifnonexistent
public boolean createifnonexistent()- Returns:
- attributes.attribute[].createifnonexistent
-
fastsearch
public boolean fastsearch()- Returns:
- attributes.attribute[].fastsearch
-
paged
public boolean paged()- Returns:
- attributes.attribute[].paged
-
ismutable
public boolean ismutable()- Returns:
- attributes.attribute[].ismutable
-
sortascending
public boolean sortascending()- Returns:
- attributes.attribute[].sortascending
-
sortfunction
- Returns:
- attributes.attribute[].sortfunction
-
sortstrength
- Returns:
- attributes.attribute[].sortstrength
-
sortlocale
- Returns:
- attributes.attribute[].sortlocale
-
enableonlybitvector
public boolean enableonlybitvector()- Returns:
- attributes.attribute[].enableonlybitvector
-
fastaccess
public boolean fastaccess()- Returns:
- attributes.attribute[].fastaccess
-
arity
public int arity()- Returns:
- attributes.attribute[].arity
-
lowerbound
public long lowerbound()- Returns:
- attributes.attribute[].lowerbound
-
upperbound
public long upperbound()- Returns:
- attributes.attribute[].upperbound
-
densepostinglistthreshold
public double densepostinglistthreshold()- Returns:
- attributes.attribute[].densepostinglistthreshold
-
tensortype
- Returns:
- attributes.attribute[].tensortype
-
imported
public boolean imported()- Returns:
- attributes.attribute[].imported
-
maxuncommittedmemory
public long maxuncommittedmemory()- Returns:
- attributes.attribute[].maxuncommittedmemory
-
distancemetric
- Returns:
- attributes.attribute[].distancemetric
-
index
- Returns:
- attributes.attribute[].index
-