Uses of Class
com.yahoo.search.pagetemplates.engine.Resolution
Packages that use Resolution
Package
Description
-
Uses of Resolution in com.yahoo.search.pagetemplates.engine
Methods in com.yahoo.search.pagetemplates.engine that return ResolutionModifier and TypeMethodDescriptionOverride this to resolve choices.Methods in com.yahoo.search.pagetemplates.engine with parameters of type ResolutionModifier and TypeMethodDescriptionvoidOrganizer.organize(Choice templateChoice, Resolution resolution, Result result) Organizes the given resultvoidResolver.resolve(Choice choice, Query query, Result result, Resolution resolution) Override this to resolve each choice independently.voidResolver.resolve(MapChoice choice, Query query, Result result, Resolution resolution) Override this to resolve each map choice independently. -
Uses of Resolution in com.yahoo.search.pagetemplates.engine.resolvers
Methods in com.yahoo.search.pagetemplates.engine.resolvers with parameters of type ResolutionModifier and TypeMethodDescriptionvoidDeterministicResolver.resolve(Choice choice, Query query, Result result, Resolution resolution) Chooses the last alternative of any choicevoidDeterministicResolver.resolve(MapChoice choice, Query query, Result result, Resolution resolution) Chooses a mapping which is always by the literal order given in the source templatevoidRandomResolver.resolve(Choice choice, Query query, Result result, Resolution resolution) Chooses the last alternative of any choicevoidRandomResolver.resolve(MapChoice choice, Query query, Result result, Resolution resolution) Chooses a mapping which is always by the literal order given in the source template