Package com.yahoo.vespa.config.search
Class AttributesConfig.Attribute.Index.Hnsw
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.AttributesConfig.Attribute.Index.Hnsw
- Enclosing class:
- AttributesConfig.Attribute.Index
public static final class AttributesConfig.Attribute.Index.Hnsw
extends com.yahoo.config.InnerNode
This class represents attributes.attribute[].index.hnsw
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
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
-
Hnsw
-
-
Method Details
-
enabled
public boolean enabled()- Returns:
- attributes.attribute[].index.hnsw.enabled
-
maxlinkspernode
public int maxlinkspernode()- Returns:
- attributes.attribute[].index.hnsw.maxlinkspernode
-
neighborstoexploreatinsert
public int neighborstoexploreatinsert()- Returns:
- attributes.attribute[].index.hnsw.neighborstoexploreatinsert
-
multithreadedindexing
public boolean multithreadedindexing()- Returns:
- attributes.attribute[].index.hnsw.multithreadedindexing
-