Class SearchQueryResponse


  • public class SearchQueryResponse
    extends Object
    Represents the response of a ft.search command.
    • Constructor Detail

      • SearchQueryResponse

        public SearchQueryResponse​(int count,
                                   List<Document> documents)
    • Method Detail

      • count

        public int count()
        Returns:
        the number of documents
      • documents

        public List<Document> documents()
        Returns:
        the documents