Uses of Class
com.yahoo.schema.RankProfile.RankSetting
Packages that use RankProfile.RankSetting
Package
Description
Classes in this package (processors) implements some search
definition features by reducing them to simpler features.
-
Uses of RankProfile.RankSetting in com.yahoo.schema
Fields in com.yahoo.schema with type parameters of type RankProfile.RankSettingMethods in com.yahoo.schema that return RankProfile.RankSettingModifier and TypeMethodDescriptionDefaultRankProfile.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 inheritsMethods in com.yahoo.schema that return types with arguments of type RankProfile.RankSettingModifier and TypeMethodDescriptionRankProfile.declaredRankSettingIterator()Returns the rank settings in this rank profileRankProfile.rankSettingIterator()Returns all settings in this profile or any profile it inheritsDefaultRankProfile.rankSettings()Returns the names of the fields which have a rank boost setting explicitly in this profile or in fieldsRankProfile.rankSettings()Returns a snapshot of the rank settings of this and everything it inherits.Methods in com.yahoo.schema with parameters of type RankProfile.RankSettingModifier and TypeMethodDescriptionvoidRankProfile.addRankSetting(RankProfile.RankSetting rankSetting) -
Uses of RankProfile.RankSetting in com.yahoo.schema.processing
Methods in com.yahoo.schema.processing that return types with arguments of type RankProfile.RankSettingModifier 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.