Package com.yahoo.prelude.fastsearch
Class DocumentdbInfoConfig.Documentdb.Rankprofile.Builder
java.lang.Object
com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Rankprofile.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- DocumentdbInfoConfig.Documentdb.Rankprofile
public static final class DocumentdbInfoConfig.Documentdb.Rankprofile.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
hasRankFeatures
(boolean __value) hasSummaryFeatures
(boolean __value) Add the given builder to this builder's list of Input buildersMake a new builder and run the supplied function on it before adding it to the listSet the given list as this builder's list of Input builders
-
Field Details
-
input
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
name
-
hasSummaryFeatures
-
hasRankFeatures
-
input
public DocumentdbInfoConfig.Documentdb.Rankprofile.Builder input(DocumentdbInfoConfig.Documentdb.Rankprofile.Input.Builder __builder) Add the given builder to this builder's list of Input builders- Parameters:
__builder
- a builder- Returns:
- this builder
-
input
public DocumentdbInfoConfig.Documentdb.Rankprofile.Builder input(Consumer<DocumentdbInfoConfig.Documentdb.Rankprofile.Input.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
-
input
public DocumentdbInfoConfig.Documentdb.Rankprofile.Builder input(List<DocumentdbInfoConfig.Documentdb.Rankprofile.Input.Builder> __builders) Set the given list as this builder's list of Input builders- Parameters:
__builders
- a list of builders- Returns:
- this builder
-
build
-