Class JuniperrcConfig.Builder
java.lang.Object
com.yahoo.vespa.config.search.summary.JuniperrcConfig.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder,com.yahoo.config.ConfigInstance.Builder
- Enclosing class:
- JuniperrcConfig
public static class JuniperrcConfig.Builder
extends Object
implements com.yahoo.config.ConfigInstance.Builder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()final booleandispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer) final booleanfinal Stringfinal Stringfinal Stringlength(int __value) max_match_candidates(int __value) max_matches(int __value) min_length(int __value) override(JuniperrcConfig.Override.Builder __builder) Add the given builder to this builder's list of Override buildersMake a new builder and run the supplied function on it before adding it to the listoverride(List<JuniperrcConfig.Override.Builder> __builders) Set the given list as this builder's list of Override buildersprefix(boolean __value) final voidsetApplyOnRestart(boolean applyOnRestart) stem_max_extend(int __value) stem_min_length(int __value) surround_max(int __value) winsize(int __value) winsize_fallback_multiplier(double __value)
-
Field Details
-
override
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
length
-
max_matches
-
min_length
-
prefix
-
surround_max
-
winsize
-
winsize_fallback_multiplier
-
max_match_candidates
-
stem_min_length
-
stem_max_extend
-
override
Add the given builder to this builder's list of Override builders- Parameters:
__builder- a builder- Returns:
- this builder
-
override
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
-
override
Set the given list as this builder's list of Override builders- Parameters:
__builders- a list of builders- Returns:
- this builder
-
dispatchGetConfig
public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer) - Specified by:
dispatchGetConfigin interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefMd5
- Specified by:
getDefMd5in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefName
- Specified by:
getDefNamein interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefNamespace
- Specified by:
getDefNamespacein interfacecom.yahoo.config.ConfigInstance.Builder
-
getApplyOnRestart
public final boolean getApplyOnRestart()- Specified by:
getApplyOnRestartin interfacecom.yahoo.config.ConfigInstance.Builder
-
setApplyOnRestart
public final void setApplyOnRestart(boolean applyOnRestart) - Specified by:
setApplyOnRestartin interfacecom.yahoo.config.ConfigInstance.Builder
-
build
-