Interface GraphSearchService

    • Method Detail

      • getSuggestions

        java.util.List<SearchSuggestion> getSuggestions​(java.lang.String namespace,
                                                        java.lang.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