Uses of Class
com.yahoo.search.query.profile.compiled.ValueWithSource
-
Packages that use ValueWithSource Package Description com.yahoo.search.query.profile.compiled 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. -
-
Uses of ValueWithSource in com.yahoo.search.query.profile.compiled
Methods in com.yahoo.search.query.profile.compiled that return ValueWithSource Modifier and Type Method Description ValueWithSource
ValueWithSource. withSource(java.lang.String source)
ValueWithSource
ValueWithSource. withValue(java.lang.Object value)
ValueWithSource
ValueWithSource. withVariant(java.util.Optional<DimensionValues> variant)
Methods in com.yahoo.search.query.profile.compiled that return types with arguments of type ValueWithSource Modifier and Type Method Description DimensionalMap<ValueWithSource>
CompiledQueryProfile. getEntries()
Returns all the entries from the profilejava.util.Map<java.lang.String,ValueWithSource>
CompiledQueryProfile. listValuesWithSources(com.yahoo.processing.request.CompoundName prefix, java.util.Map<java.lang.String,java.lang.String> context, com.yahoo.processing.request.Properties substitution)
Constructor parameters in com.yahoo.search.query.profile.compiled with type arguments of type ValueWithSource Constructor Description CompiledQueryProfile(com.yahoo.component.ComponentId id, QueryProfileType type, DimensionalMap<ValueWithSource> entries, DimensionalMap<QueryProfileType> types, DimensionalMap<java.lang.Object> references, DimensionalMap<java.lang.Object> unoverridables, CompiledQueryProfileRegistry registry)
Creates a new query profile from an id.
-