Uses of Class
com.yahoo.schema.RankProfile.Constant
Packages that use RankProfile.Constant
-
Uses of RankProfile.Constant in com.yahoo.schema
Methods in com.yahoo.schema that return types with arguments of type RankProfile.ConstantModifier and TypeMethodDescriptionMap<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Constant> ImmutableSchema.constants()Map<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Constant> RankProfile.constants()Returns an unmodifiable view of the constants available in thisMap<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Constant> Schema.constants()Returns an unmodifiable map of the constants available in this.Map<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Constant> RankProfile.declaredConstants()Returns an unmodifiable view of the constants declared in thisMap<com.yahoo.searchlib.rankingexpression.Reference,RankProfile.Constant> Schema.declaredConstants()Returns an unmodifiable map of the constants declared in this.Methods in com.yahoo.schema with parameters of type RankProfile.ConstantModifier and TypeMethodDescriptionvoidRankProfile.add(RankProfile.Constant constant) voidSchema.add(RankProfile.Constant constant) -
Uses of RankProfile.Constant in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived that return types with arguments of type RankProfile.ConstantConstructor parameters in com.yahoo.schema.derived with type arguments of type RankProfile.ConstantModifierConstructorDescriptionFileDistributedConstants(com.yahoo.config.application.api.FileRegistry fileRegistry, Collection<RankProfile.Constant> constants) -
Uses of RankProfile.Constant in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser with parameters of type RankProfile.ConstantModifier and TypeMethodDescriptionvoidParsedRankProfile.add(RankProfile.Constant constant) voidParsedSchema.add(RankProfile.Constant constant)