public interface ISearchServerResponse
| Modifier and Type | Method and Description |
|---|---|
IAggregationResult |
getAggregationResult(AggregationCommand aggCmd) |
java.util.stream.Stream<ISearchServerDocument> |
getDocumentResults()
Returns the document results of the respective search request.
|
long |
getNumFound() |
long |
getNumSuggestions() |
QueryError |
getQueryError() |
String |
getQueryErrorMessage() |
List<ISearchServerDocument> |
getSuggestionResults() |
boolean |
isSuggestionSearchResponse() |
void |
setSuggestionSearchResponse(boolean isSuggestionSearchResponse) |
java.util.stream.Stream<ISearchServerDocument> getDocumentResults()
IAggregationResult getAggregationResult(AggregationCommand aggCmd)
long getNumFound()
long getNumSuggestions()
List<ISearchServerDocument> getSuggestionResults()
boolean isSuggestionSearchResponse()
void setSuggestionSearchResponse(boolean isSuggestionSearchResponse)
QueryError getQueryError()
String getQueryErrorMessage()
Copyright © 2017 JULIE Lab, Germany. All rights reserved.