Interface QuickSearchResultProcessor

    • Method Detail

      • formatResult

        java.util.List<java.lang.String> formatResult​(KeywordSearchResult result,
                                                      boolean hasNext)
        They take a results, and return one or more strings.
        Parameters:
        result - The result
        hasNext - Whether there are more of them
        Returns:
        Some strings.