Uses of Class
com.yahoo.search.query.profile.compiled.CompiledQueryProfile
Packages that use CompiledQueryProfile
Package
Description
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.
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 CompiledQueryProfile in com.yahoo.search
Methods in com.yahoo.search that return CompiledQueryProfileModifier and TypeMethodDescriptionQuery.Builder.getQueryProfile()Returns the query profile of this query, or null if none.Methods in com.yahoo.search with parameters of type CompiledQueryProfileModifier and TypeMethodDescriptionQuery.Builder.setQueryProfile(CompiledQueryProfile queryProfile) Constructors in com.yahoo.search with parameters of type CompiledQueryProfileModifierConstructorDescriptionQuery(com.yahoo.container.jdisc.HttpRequest request, CompiledQueryProfile queryProfile) Creates a query from a requestQuery(com.yahoo.container.jdisc.HttpRequest request, Map<String, String> requestMap, CompiledQueryProfile queryProfile) Creates a query from a requestQuery(String query, CompiledQueryProfile queryProfile) Construct a query from a string formatted in the http style, e.g? -
Uses of CompiledQueryProfile in com.yahoo.search.query.profile
Methods in com.yahoo.search.query.profile that return CompiledQueryProfileModifier and TypeMethodDescriptionQueryProfile.compile(CompiledQueryProfileRegistry registry) Returns a compiled version of this which produces faster lookup timesstatic CompiledQueryProfileQueryProfileCompiler.compile(QueryProfile in, CompiledQueryProfileRegistry registry) QueryProfileProperties.getQueryProfile()Returns the query profile backing this, or null if noneConstructors in com.yahoo.search.query.profile with parameters of type CompiledQueryProfileModifierConstructorDescriptionQueryProfileProperties(CompiledQueryProfile profile, com.yahoo.language.process.Embedder embedder) Deprecated.QueryProfileProperties(CompiledQueryProfile profile, Map<String, com.yahoo.language.process.Embedder> embedders) Deprecated.QueryProfileProperties(CompiledQueryProfile profile, Map<String, com.yahoo.language.process.Embedder> embedders, ai.vespa.cloud.ZoneInfo zoneInfo) Creates an instance from a profile, throws an exception if the given profile is null -
Uses of CompiledQueryProfile in com.yahoo.search.query.profile.compiled
Methods in com.yahoo.search.query.profile.compiled that return CompiledQueryProfileModifier and TypeMethodDescriptionCompiledQueryProfile.clone()CompiledQueryProfileRegistry.findQueryProfile(String idString) Returns a query profile for the given request string, or null if a suitable one is not found.Methods in com.yahoo.search.query.profile.compiled with parameters of type CompiledQueryProfileModifier and TypeMethodDescriptionfinal voidCompiledQueryProfileRegistry.register(CompiledQueryProfile profile) Registers a type by its id -
Uses of CompiledQueryProfile in com.yahoo.search.query.profile.types
Methods in com.yahoo.search.query.profile.types that return CompiledQueryProfileModifier and TypeMethodDescriptionQueryProfileFieldType.convertFrom(Object object, ConversionContext context)