Package redis.clients.jedis.search
Class SearchResult
java.lang.Object
redis.clients.jedis.search.SearchResult
SearchResult encapsulates the returned result from a search query. It contains publicly
accessible fields for the total number of results, and an array of
Document objects
containing the actual returned documents.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalResults
private final long totalResults -
documents
-
-
Constructor Details
-
SearchResult
-
-
Method Details
-
getTotalResults
public long getTotalResults() -
getDocuments
-