Uses of Class
com.yahoo.search.query.profile.types.QueryProfileTypeRegistry
Packages that use QueryProfileTypeRegistry
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 QueryProfileTypeRegistry in com.yahoo.search
Methods in com.yahoo.search with parameters of type QueryProfileTypeRegistryModifier and TypeMethodDescriptionstatic voidQuery.addNativeQueryProfileTypesTo(QueryProfileTypeRegistry registry) -
Uses of QueryProfileTypeRegistry in com.yahoo.search.query.profile
Methods in com.yahoo.search.query.profile that return QueryProfileTypeRegistryModifier and TypeMethodDescriptionQueryProfileRegistry.getTypeRegistry()Returns the type registry attached to this -
Uses of QueryProfileTypeRegistry in com.yahoo.search.query.profile.compiled
Methods in com.yahoo.search.query.profile.compiled that return QueryProfileTypeRegistryConstructors in com.yahoo.search.query.profile.compiled with parameters of type QueryProfileTypeRegistryModifierConstructorDescriptionCompiledQueryProfileRegistry(QueryProfileTypeRegistry typeRegistry) -
Uses of QueryProfileTypeRegistry in com.yahoo.search.query.profile.config
Methods in com.yahoo.search.query.profile.config with parameters of type QueryProfileTypeRegistryModifier and TypeMethodDescriptionQueryProfileXMLReader.createQueryProfileTypes(List<com.yahoo.io.reader.NamedReader> queryProfileTypeReaders, QueryProfileTypeRegistry registry) voidQueryProfileXMLReader.fillQueryProfileTypes(List<Element> queryProfileTypeElements, QueryProfileTypeRegistry registry) -
Uses of QueryProfileTypeRegistry in com.yahoo.search.query.profile.types
Methods in com.yahoo.search.query.profile.types that return QueryProfileTypeRegistryModifier and TypeMethodDescriptionstatic QueryProfileTypeRegistryQueryProfileTypeRegistry.emptyFrozen()Methods in com.yahoo.search.query.profile.types with parameters of type QueryProfileTypeRegistryModifier and TypeMethodDescriptionvoidQueryProfileType.addField(FieldDescription fieldDescription, QueryProfileTypeRegistry registry) Adds a field to thisstatic FieldTypeFieldType.fromString(String typeString, QueryProfileTypeRegistry registry) Returns the field type for a given string name.static QueryProfileFieldTypeQueryProfileFieldType.fromString(String queryProfileName, QueryProfileTypeRegistry registry)