Interface SnSuggestService

  • All Known Implementing Classes:
    DefaultSnSuggestService

    public interface SnSuggestService
    Service for suggest operations.
    • Method Detail

      • createSuggestRequest

        SnSuggestRequest createSuggestRequest​(java.lang.String indexTypeId,
                                              SnSuggestQuery suggestQuery)
        Creates a suggest request.
        Parameters:
        indexTypeId - - the index type id
        suggestQuery - - the suggest query
        Returns:
        the new suggest request