Uses of Enum Class
com.yahoo.schema.RankProfile.RankSetting.Type
Packages that use RankProfile.RankSetting.Type
Package
Description
Classes in this package (processors) implements some search
definition features by reducing them to simpler features.
-
Uses of RankProfile.RankSetting.Type in com.yahoo.schema
Methods in com.yahoo.schema that return RankProfile.RankSetting.TypeModifier and TypeMethodDescriptionRankProfile.RankSetting.getType()static RankProfile.RankSetting.TypeReturns the enum constant of this class with the specified name.static RankProfile.RankSetting.Type[]RankProfile.RankSetting.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.schema with parameters of type RankProfile.RankSetting.TypeModifier and TypeMethodDescriptionvoidRankProfile.addRankSetting(String fieldName, RankProfile.RankSetting.Type type, Object value) DefaultRankProfile.getRankSetting(String fieldOrIndex, RankProfile.RankSetting.Type type) RankProfile.getRankSetting(String field, RankProfile.RankSetting.Type type) Returns a rank setting of field or index, or null if there is no such rank setting in this profile or one it inheritsConstructors in com.yahoo.schema with parameters of type RankProfile.RankSetting.TypeModifierConstructorDescriptionRankSetting(String fieldName, RankProfile.RankSetting.Type type, Object value) -
Uses of RankProfile.RankSetting.Type in com.yahoo.schema.processing
Methods in com.yahoo.schema.processing with parameters of type RankProfile.RankSetting.TypeModifier and TypeMethodDescriptionprotected Iterator<RankProfile.RankSetting>Processor.matchingRankSettingsIterator(Schema schema, RankProfile.RankSetting.Type type) Returns an iterator of all the rank settings with given type in all the rank profiles in this search definition.