Package com.yahoo.search.federation
Class StrictContractsConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.search.federation.StrictContractsConfig
public final class StrictContractsConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of strict-contracts
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 class
static interface
static final class
This class represents strict-contracts.propagateSourceProperties EVERY, // Propagate any property starting by source.[sourceName] and provider.[providerName] NATIVE, // Propagate native properties only ALL, // Deprecated synonym of NATIVE OFFSET_HITS, // Propagate offset ands hits only NONE // propagate no properties -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.ConfigInstance
getConfigMd5, getDefName, getDefNamespace, serialize, serialize, setConfigMd5
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
Methods 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_VERSION
- See Also:
-
CONFIG_DEF_SCHEMA
-
-
Constructor Details
-
StrictContractsConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
getDefVersion
-
searchchains
public boolean searchchains()- Returns:
- strict-contracts.searchchains
-
propagateSourceProperties
- Returns:
- strict-contracts.propagateSourceProperties
-