Interface GraphSearchService

    • Method Detail

      • getSuggestions

        List<SearchSuggestion> getSuggestions​(String namespace,
                                              String input)
        Returns a list of suggestions for the given namespace and input, where input may only be a snippet of the whole data, e.g. for type ahead support.
        Parameters:
        namespace - The namespace to search in
        input - The "thing" to search
        Returns:
        A list of results, the user may select from