Class SearchQueryResponse

java.lang.Object
io.quarkus.redis.datasource.search.SearchQueryResponse

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

    • SearchQueryResponse

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

    • count

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

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