Class SuggestionContext

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>

    public class SuggestionContext
    extends HashMap<String,​Object>
    Base class and default implementation for passing contextual information to the suggestion service. This is primarily a hash map to store arbitrary context element that might be useful for suggester along with a few mandatory and common optional attributes for direct access.
    Author:
    ogrisel
    See Also:
    Serialized Form