Package com.yahoo.schema.document
Class HnswIndexParams.Builder
java.lang.Object
com.yahoo.schema.document.HnswIndexParams.Builder
- Enclosing class:
- HnswIndexParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidsetMaxLinksPerNode(int value) voidsetMultiThreadedIndexing(boolean value) voidsetNeighborsToExploreAtInsert(int value)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setMaxLinksPerNode
public void setMaxLinksPerNode(int value) -
setNeighborsToExploreAtInsert
public void setNeighborsToExploreAtInsert(int value) -
setMultiThreadedIndexing
public void setMultiThreadedIndexing(boolean value) -
build
-