public interface SourceResponse extends Response<QueryRequest>
| Modifier and Type | Method and Description |
|---|---|
long |
getHits()
|
Set<? extends SourceProcessingDetails> |
getProcessingDetails()
Get any specific details about the execution of the
QueryRequest associated with this
SourceResponse. |
List<Result> |
getResults()
Get the
Results of the associated QueryRequest |
getProcessingErrors, getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertieslong getHits()
Query for the associated Source, -1 if unknown. This is typically more than the number of Results returned from getResults().Query, -1 if unknown.List<Result> getResults()
Results of the associated QueryRequestSet<? extends SourceProcessingDetails> getProcessingDetails()
QueryRequest associated with this
SourceResponse. Must not be null.This work is licensed under a Creative Commons Attribution 4.0 International License.