public interface QueryResponse extends SourceResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
ELAPSED_TIME |
static String |
SITE_LIST |
static String |
TOTAL_HITS |
static String |
TOTAL_RESULTS_RETURNED |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessingDetails> |
getProcessingDetails()
Get any specific details about the execution of the
QueryRequest associated with this
SourceResponse. |
boolean |
hasMoreResults() |
Result |
poll() |
Result |
poll(long timeout) |
Result |
take() |
List<Result> |
take(long resultSize) |
getHits, getResultsgetProcessingErrors, getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesstatic final String TOTAL_HITS
static final String SITE_LIST
static final String TOTAL_RESULTS_RETURNED
static final String ELAPSED_TIME
Set<ProcessingDetails> getProcessingDetails()
SourceResponseQueryRequest associated with this
SourceResponse. Must not be null.getProcessingDetails in interface SourceResponseboolean hasMoreResults()
Result poll()
Result poll(long timeout)
Result take()
This work is licensed under a Creative Commons Attribution 4.0 International License.