Package com.yahoo.vespa.config.search
Class AttributesConfig.Attribute.Index.Builder
java.lang.Object
com.yahoo.vespa.config.search.AttributesConfig.Attribute.Index.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- AttributesConfig.Attribute.Index
public static final class AttributesConfig.Attribute.Index.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Make a new builder and run the supplied function on it before adding it to the list
-
Field Details
-
hnsw
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
hnsw
public AttributesConfig.Attribute.Index.Builder hnsw(AttributesConfig.Attribute.Index.Hnsw.Builder __builder) -
hnsw
public AttributesConfig.Attribute.Index.Builder hnsw(Consumer<AttributesConfig.Attribute.Index.Hnsw.Builder> __func) Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
build
-