Uses of Class
com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry
Packages that use CompiledQueryProfileRegistry
Package
Description
The search handler, which handles search request to the Container by translating the Request into a Query, invoking the
chosen Search Chain to get a Result, which it translates to a Response which is returned to the Container.
Query Profiles provide nested sets of named (and optionally typed) key-values which can be referenced in a Query
to proviode initial values of Query properties.
Query Profiles provide nested sets of named (and optionally typed) key-values which can be referenced in a Query
to proviode initial values of Query properties.
Query profile types defines the set of fields a query profile may, can or must have.
-
Uses of CompiledQueryProfileRegistry in com.yahoo.search.handler
Constructors in com.yahoo.search.handler with parameters of type CompiledQueryProfileRegistryModifierConstructorDescriptionSearchHandler(com.yahoo.jdisc.Metric metric, com.yahoo.container.handler.threadpool.ContainerThreadPool threadpool, CompiledQueryProfileRegistry queryProfileRegistry, com.yahoo.container.core.ContainerHttpConfig config, com.yahoo.component.provider.ComponentRegistry<com.yahoo.language.process.Embedder> embedders, ExecutionFactory executionFactory, ai.vespa.cloud.ZoneInfo zoneInfo) -
Uses of CompiledQueryProfileRegistry in com.yahoo.search.query.profile
Methods in com.yahoo.search.query.profile that return CompiledQueryProfileRegistryModifier and TypeMethodDescriptionstatic CompiledQueryProfileRegistryQueryProfileCompiler.compile(QueryProfileRegistry input) QueryProfileRegistry.compile()Methods in com.yahoo.search.query.profile with parameters of type CompiledQueryProfileRegistryModifier and TypeMethodDescriptionQueryProfile.compile(CompiledQueryProfileRegistry registry) Returns a compiled version of this which produces faster lookup timesstatic CompiledQueryProfileQueryProfileCompiler.compile(QueryProfile in, CompiledQueryProfileRegistry registry) -
Uses of CompiledQueryProfileRegistry in com.yahoo.search.query.profile.compiled
Fields in com.yahoo.search.query.profile.compiled declared as CompiledQueryProfileRegistryModifier and TypeFieldDescriptionstatic final CompiledQueryProfileRegistryCompiledQueryProfileRegistry.emptyThe empty, frozen registryMethods in com.yahoo.search.query.profile.compiled that return CompiledQueryProfileRegistryModifier and TypeMethodDescriptionstatic CompiledQueryProfileRegistryCompiledQueryProfileRegistry.fromConfig(QueryProfilesConfig config) CompiledQueryProfile.getRegistry()Returns the registry this belongs to, or null if none (in which case runtime profile reference assignment won't work)Constructors in com.yahoo.search.query.profile.compiled with parameters of type CompiledQueryProfileRegistryModifierConstructorDescriptionCompiledQueryProfile(com.yahoo.component.ComponentId id, QueryProfileType type, DimensionalMap<ValueWithSource> entries, DimensionalMap<QueryProfileType> types, DimensionalMap<Object> references, DimensionalMap<Object> unoverridables, CompiledQueryProfileRegistry registry) Creates a new query profile from an id. -
Uses of CompiledQueryProfileRegistry in com.yahoo.search.query.profile.types
Constructors in com.yahoo.search.query.profile.types with parameters of type CompiledQueryProfileRegistryModifierConstructorDescriptionConversionContext(String destination, CompiledQueryProfileRegistry registry, com.yahoo.language.process.Embedder embedder, Map<String, String> context, Properties properties) ConversionContext(String destination, CompiledQueryProfileRegistry registry, Map<String, com.yahoo.language.process.Embedder> embedders, Map<String, String> context, Properties properties) -
Uses of CompiledQueryProfileRegistry in com.yahoo.search.query.properties
Constructors in com.yahoo.search.query.properties with parameters of type CompiledQueryProfileRegistryModifierConstructorDescriptionQueryProperties(Query query, CompiledQueryProfileRegistry profileRegistry, Map<String, com.yahoo.language.process.Embedder> embedders)