Uses of Class
com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
Packages that use QueryProfileVariants.FieldValues Package Description com.yahoo.search.query.profile 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.FieldValues in com.yahoo.search.query.profile
Methods in com.yahoo.search.query.profile that return QueryProfileVariants.FieldValues Modifier and Type Method Description QueryProfileVariants.FieldValues
QueryProfileVariants.FieldValues. clone()
QueryProfileVariants.FieldValues
QueryProfileVariants.FieldValues. clone(java.lang.String fieldName, java.util.List<QueryProfileVariant> clonedVariants)
Clone by filling in values from the given variantsQueryProfileVariants.FieldValues
QueryProfileVariants. getInherited()
Returns the profiles inherited from various variants of thisMethods in com.yahoo.search.query.profile that return types with arguments of type QueryProfileVariants.FieldValues Modifier and Type Method Description java.util.Map<java.lang.String,QueryProfileVariants.FieldValues>
QueryProfileVariants. getFieldValues()
Returns the map of field values of this indexed by field name.
-