Class SearchSuggestion

  • All Implemented Interfaces:
    Comparable<SearchSuggestion>

    public class SearchSuggestion
    extends Object
    implements Comparable<SearchSuggestion>
    A SearchSuggestion is provided to the user and was created from a (partial) search query. A suggestion is a very abstract and may not directly relate to a vertex. For example a category. The main idea is, that a SearchSuggestion represents an item a user can select, which afterwards is resolved to a List of vertices/edges.