public abstract class ClientApiSearchResponse extends SearchResults implements ClientApiObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientApiSearchResponse.AggregateResult |
static class |
ClientApiSearchResponse.AvgAggregateResult |
static class |
ClientApiSearchResponse.GeohashAggregateResult |
static class |
ClientApiSearchResponse.HistogramAggregateResult |
static class |
ClientApiSearchResponse.MaxAggregateResult |
static class |
ClientApiSearchResponse.MinAggregateResult |
static class |
ClientApiSearchResponse.StatisticsAggregateResult |
static class |
ClientApiSearchResponse.SumAggregateResult |
static class |
ClientApiSearchResponse.TermsAggregateResult |
| Constructor and Description |
|---|
ClientApiSearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract int |
getItemCount() |
static ClientApiSearchResponse |
listToClientApiSearchResponse(List<List<Object>> rows) |
String |
toString() |
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic abstract int getItemCount()
public static ClientApiSearchResponse listToClientApiSearchResponse(List<List<Object>> rows)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.