Package com.yahoo.container
Class QrSearchersConfig.Customizedsearchers.Builder
java.lang.Object
com.yahoo.container.QrSearchersConfig.Customizedsearchers.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- QrSearchersConfig.Customizedsearchers
public static class QrSearchersConfig.Customizedsearchers.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdd the given builder to this builder's list of Argument 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 Argument buildersbackend
(Collection<String> __values) blendedresult
(String __value) blendedresult
(Collection<String> __values) build()
rawquery
(Collection<String> __values) transformedquery
(String __value) transformedquery
(Collection<String> __values) unblendedresult
(String __value) unblendedresult
(Collection<String> __values)
-
Field Details
-
rawquery
-
transformedquery
-
blendedresult
-
unblendedresult
-
backend
-
argument
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
rawquery
-
rawquery
-
transformedquery
-
transformedquery
-
blendedresult
-
blendedresult
-
unblendedresult
-
unblendedresult
-
backend
-
backend
-
argument
public QrSearchersConfig.Customizedsearchers.Builder argument(QrSearchersConfig.Customizedsearchers.Argument.Builder __builder) Add the given builder to this builder's list of Argument builders- Parameters:
__builder
- a builder- Returns:
- this builder
-
argument
public QrSearchersConfig.Customizedsearchers.Builder argument(Consumer<QrSearchersConfig.Customizedsearchers.Argument.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
-
argument
public QrSearchersConfig.Customizedsearchers.Builder argument(List<QrSearchersConfig.Customizedsearchers.Argument.Builder> __builders) Set the given list as this builder's list of Argument builders- Parameters:
__builders
- a list of builders- Returns:
- this builder
-
build
-