Package org.redisson.api.search.query
Class SearchResult
java.lang.Object
org.redisson.api.search.query.SearchResult
Search result object returned by
RSearch.search(String, String, QueryOptions)
method- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns list of found Document objectslong
getTotal()
Returns total number of results.
-
Constructor Details
-
SearchResult
-
-
Method Details
-
getTotal
public long getTotal()Returns total number of results.- Returns:
- total number of results
-
getDocuments
Returns list of found Document objects- Returns:
- list of found Document objects
-