Uses of Class
com.yahoo.search.schema.SchemaInfo
Packages that use SchemaInfo
Package
Description
Cluster monitoring for content clusters queried over fnet.
The top level classes of the search container. A Query represents the incoming request, which produces a Result
by chained execution of a set of Searchers.
The federation layer on top of the search container.
Classes for composition of searchers into search chains, which are executed to produce Results for Queries.
YQL+ integration.
-
Uses of SchemaInfo in com.yahoo.prelude.cluster
Constructors in com.yahoo.prelude.cluster with parameters of type SchemaInfoModifierConstructorDescriptionClusterSearcher(com.yahoo.component.ComponentId id, Executor executor, ClusterConfig clusterConfig, DocumentdbInfoConfig documentDbConfig, SchemaInfo schemaInfo, com.yahoo.container.QrSearchersConfig qrSearchersConfig, com.yahoo.component.provider.ComponentRegistry<Dispatcher> dispatchers, GlobalPhaseRanker globalPhaseRanker, com.yahoo.container.handler.VipStatus vipStatus, com.yahoo.container.core.documentapi.VespaDocumentAccess access) -
Uses of SchemaInfo in com.yahoo.prelude.fastsearch
Methods in com.yahoo.prelude.fastsearch that return SchemaInfoConstructors in com.yahoo.prelude.fastsearch with parameters of type SchemaInfoModifierConstructorDescriptionClusterParams(String name, String serverId, String defaultSummary, DocumentdbInfoConfig documentdbInfoConfig, SchemaInfo schemaInfo) ClusterParams(String name, String serverId, String defaultSummary, DocumentdbInfoConfig documentdbInfoConfig, SchemaInfo schemaInfo, com.yahoo.container.QrSearchersConfig qrSearchersConfig) -
Uses of SchemaInfo in com.yahoo.search
Methods in com.yahoo.search that return SchemaInfoMethods in com.yahoo.search with parameters of type SchemaInfo -
Uses of SchemaInfo in com.yahoo.search.federation
Constructors in com.yahoo.search.federation with parameters of type SchemaInfoModifierConstructorDescriptionFederationSearcher(FederationConfig config, SchemaInfo schemaInfo, com.yahoo.component.provider.ComponentRegistry<TargetSelector> targetSelectors) -
Uses of SchemaInfo in com.yahoo.search.query.properties
Constructors in com.yahoo.search.query.properties with parameters of type SchemaInfoModifierConstructorDescriptionRankProfileInputProperties(SchemaInfo schemaInfo, Query query, Map<String, com.yahoo.language.process.Embedder> embedders) -
Uses of SchemaInfo in com.yahoo.search.schema
Methods in com.yahoo.search.schema that return SchemaInfoModifier and TypeMethodDescriptionstatic SchemaInfoSchemaInfo.createStub(ParserEnvironment.ParserSettings lqp) only for unit testsstatic SchemaInfoSchemaInfo.empty() -
Uses of SchemaInfo in com.yahoo.search.searchchain
Methods in com.yahoo.search.searchchain that return SchemaInfoModifier and TypeMethodDescriptionExecution.Context.schemaInfo()Returns information about the schemas specified in this application.ExecutionFactory.schemaInfo()Methods in com.yahoo.search.searchchain with parameters of type SchemaInfoModifier and TypeMethodDescriptionstatic Execution.ContextExecution.Context.createContextStub(SchemaInfo schemaInfo) Creates a Context instance where everything except the given arguments is empty.static Execution.ContextExecution.Context.createContextStub(SearchChainRegistry searchChainRegistry, IndexFacts indexFacts, SchemaInfo schemaInfo, com.yahoo.language.Linguistics linguistics) Creates a Context instance where everything except the given arguments is empty.Constructors in com.yahoo.search.searchchain with parameters of type SchemaInfoModifierConstructorDescriptionContext(SearchChainRegistry searchChainRegistry, IndexFacts indexFacts, SchemaInfo schemaInfo, com.yahoo.language.process.SpecialTokenRegistry tokenRegistry, RendererRegistry rendererRegistry, com.yahoo.language.Linguistics linguistics, Executor executor) Creates a context from arguments, all of which may be null, though this can be risky.ExecutionFactory(com.yahoo.container.core.ChainsConfig chainsConfig, IndexInfoConfig indexInfo, SchemaInfo schemaInfo, com.yahoo.container.QrSearchersConfig clusters, com.yahoo.component.provider.ComponentRegistry<Searcher> searchers, com.yahoo.vespa.configdefinition.SpecialtokensConfig specialTokens, com.yahoo.language.Linguistics linguistics, com.yahoo.component.provider.ComponentRegistry<com.yahoo.processing.rendering.Renderer> renderers, Executor executor) -
Uses of SchemaInfo in com.yahoo.search.significance
Constructors in com.yahoo.search.significance with parameters of type SchemaInfoModifierConstructorDescriptionSignificanceSearcher(com.yahoo.language.significance.SignificanceModelRegistry significanceModelRegistry, SchemaInfo schemaInfo) -
Uses of SchemaInfo in com.yahoo.search.yql
Constructors in com.yahoo.search.yql with parameters of type SchemaInfo