Uses of Class
com.yahoo.search.searchchain.model.federation.FederationOptions
Packages that use FederationOptions
Package
Description
-
Uses of FederationOptions in com.yahoo.search.federation.selection
Methods in com.yahoo.search.federation.selection that return FederationOptionsConstructors in com.yahoo.search.federation.selection with parameters of type FederationOptionsModifierConstructorDescriptionFederationTarget(com.yahoo.component.chain.Chain<Searcher> chain, FederationOptions federationOptions, T customData) -
Uses of FederationOptions in com.yahoo.search.federation.sourceref
Fields in com.yahoo.search.federation.sourceref declared as FederationOptionsModifier and TypeFieldDescriptionfinal FederationOptionsSearchChainInvocationSpec.federationOptionsMethods in com.yahoo.search.federation.sourceref with parameters of type FederationOptionsModifier and TypeMethodDescriptionSearchChainResolver.Builder.addSearchChain(com.yahoo.component.ComponentId searchChainId, FederationOptions federationOptions) SearchChainResolver.Builder.addSearchChain(com.yahoo.component.ComponentId searchChainId, FederationOptions federationOptions, List<String> schemas) SearchChainResolver.Builder.addSourceForProvider(com.yahoo.component.ComponentId sourceId, com.yahoo.component.ComponentId providerId, com.yahoo.component.ComponentId searchChainId, boolean isDefaultProviderForSource, FederationOptions federationOptions, List<String> schemas) Constructors in com.yahoo.search.federation.sourceref with parameters of type FederationOptionsModifierConstructorDescriptionSearchChainInvocationSpec(com.yahoo.component.ComponentId searchChainId, FederationOptions federationOptions, List<String> schemas) -
Uses of FederationOptions in com.yahoo.search.searchchain.model.federation
Fields in com.yahoo.search.searchchain.model.federation declared as FederationOptionsModifier and TypeFieldDescriptionfinal FederationOptionsFederationSearcherModel.TargetSpec.federationOptionsMethods in com.yahoo.search.searchchain.model.federation that return FederationOptionsModifier and TypeMethodDescriptionFederationOptions.inherit(FederationOptions parent) FederationOptions.setOptional(Boolean newOptional) Returns a set of options which are the same of this but with optional set to the given valueFederationOptions.setRequestTimeoutInMilliseconds(Integer newRequestTimeoutInMilliseconds) Returns a set of options which are the same of this but with request timeout set to the given valueFederationOptions.setTimeoutInMilliseconds(Integer newTimeoutInMilliseconds) Returns a set of options which are the same of this but with timeout set to the given valueFederationOptions.setUseByDefault(Boolean newUseByDefault) Returns a set of options which are the same of this but with default set to the given valueMethods in com.yahoo.search.searchchain.model.federation with parameters of type FederationOptionsModifier and TypeMethodDescriptionbooleanFederationOptions.equals(FederationOptions other) FederationOptions.inherit(FederationOptions parent) Constructors in com.yahoo.search.searchchain.model.federation with parameters of type FederationOptionsModifierConstructorDescriptionTargetSpec(com.yahoo.component.ComponentSpecification sourceSpec, FederationOptions federationOptions)