Uses of Class
com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
Packages that use QueryProfileVariants.FieldValue
Package
Description
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 QueryProfileVariants.FieldValue in com.yahoo.search.query.profile
Methods in com.yahoo.search.query.profile that return QueryProfileVariants.FieldValueModifier and TypeMethodDescriptionQueryProfileVariants.FieldValue.clone()QueryProfileVariants.FieldValue.clone(String fieldName, List<QueryProfileVariant> clonedVariants) Clone by filling in the value from the given variantsQueryProfileVariants.FieldValues.getIfExists(int index) Methods in com.yahoo.search.query.profile that return types with arguments of type QueryProfileVariants.FieldValueModifier and TypeMethodDescriptionQueryProfileVariants.FieldValues.asList()Returns the field values (values for various dimensions) for this field as a read-only list (never null)Methods in com.yahoo.search.query.profile with parameters of type QueryProfileVariants.FieldValueModifier and TypeMethodDescriptionintQueryProfileVariants.FieldValue.compareTo(QueryProfileVariants.FieldValue other) Implements the sort order of this which is based on specificity where dimensions to the left are more significant.