Uses of Class
com.yahoo.schema.RankProfile.Input
Packages that use RankProfile.Input
-
Uses of RankProfile.Input in com.yahoo.schema
Methods in com.yahoo.schema that return types with arguments of type RankProfile.InputModifier and TypeMethodDescriptionMap<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Input> RankProfile.inputs()Returns the inputs of this, which also includes all inputs of the parents of this.Methods in com.yahoo.schema with parameters of type RankProfile.InputModifier and TypeMethodDescriptionvoidRankProfile.addInput(com.yahoo.searchlib.rankingexpression.Reference reference, RankProfile.Input input) Adds the type of an input feature consumed by this profile. -
Uses of RankProfile.Input in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived that return types with arguments of type RankProfile.InputModifier and TypeMethodDescriptionMap<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Input> SchemaInfo.RankProfileInfo.inputs() -
Uses of RankProfile.Input in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser with parameters of type RankProfile.InputModifier and TypeMethodDescriptionvoidParsedRankProfile.addInput(com.yahoo.searchlib.rankingexpression.Reference name, RankProfile.Input input)