Class JuniperrcConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.search.summary.JuniperrcConfig
public final class JuniperrcConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of juniperrc
Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final classThis class represents juniperrc.override[]static interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.ConfigInstance
getDefName, getDefNamespace, serialize, serializeMethods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Field Details
-
CONFIG_DEF_MD5
- See Also:
-
CONFIG_DEF_NAME
- See Also:
-
CONFIG_DEF_NAMESPACE
- See Also:
-
CONFIG_DEF_SCHEMA
-
-
Constructor Details
-
JuniperrcConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
length
public int length()- Returns:
- juniperrc.length
-
max_matches
public int max_matches()- Returns:
- juniperrc.max_matches
-
min_length
public int min_length()- Returns:
- juniperrc.min_length
-
prefix
public boolean prefix()- Returns:
- juniperrc.prefix
-
surround_max
public int surround_max()- Returns:
- juniperrc.surround_max
-
winsize
public int winsize()- Returns:
- juniperrc.winsize
-
winsize_fallback_multiplier
public double winsize_fallback_multiplier()- Returns:
- juniperrc.winsize_fallback_multiplier
-
max_match_candidates
public int max_match_candidates()- Returns:
- juniperrc.max_match_candidates
-
stem_min_length
public int stem_min_length()- Returns:
- juniperrc.stem_min_length
-
stem_max_extend
public int stem_max_extend()- Returns:
- juniperrc.stem_max_extend
-
override
- Returns:
- juniperrc.override[]
-
override
- Parameters:
i- the index of the value to return- Returns:
- juniperrc.override[]
-