| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<AggregateResult> |
getAggregates()
Returns the aggregate results associated with these search results.
|
int |
getCount()
Returns the number of search results.
|
OrchestrateRequest<SearchResults<T>> |
getNext()
The Request for fetching the next page of the search results.
|
OrchestrateRequest<SearchResults<T>> |
getPrev()
The Request for fetching the prev page of the search results.
|
java.lang.Iterable<Result<T>> |
getResults()
Returns the search results for this request.
|
int |
getTotalCount()
Returns the total count of search results.
|
boolean |
hasNext()
Whether there is a URL for the next page of the search results.
|
boolean |
hasPrev()
Whether there is a URL for the prev page of the search results.
|
java.util.Iterator<Result<T>> |
iterator() |
public final java.lang.Iterable<Result<T>> getResults()
public final java.lang.Iterable<AggregateResult> getAggregates()
public final int getCount()
public final int getTotalCount()
public OrchestrateRequest<SearchResults<T>> getNext()
public boolean hasNext()
public OrchestrateRequest<SearchResults<T>> getPrev()
public boolean hasPrev()