Interface SuggestService<T,​P extends Enum<?> & SearchParameter,​R extends SearchRequest<P>>

    • Method Detail

      • suggest

        List<Tsuggest​(R suggestRequest)
        Issues a SearchRequest for a suggest and retrieves the list of matches. The actual result information will contain a list elements of type T.
        Parameters:
        suggestRequest - the input object to be used for performing the operation.