| Package | Description |
|---|---|
| io.searchbox.action | |
| io.searchbox.client | |
| io.searchbox.core | |
| io.searchbox.core.search.aggregation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAction<T extends JestResult> |
class |
AbstractDocumentTargetedAction<T extends JestResult> |
interface |
Action<T extends JestResult> |
interface |
BulkableAction<T extends JestResult>
Represents an Action that can be included in a Bulk request.
|
interface |
DocumentTargetedAction<T extends JestResult>
Represents an Action that can (but NOT necessarily does) operate on a targeted single document on Elasticsearch.
|
| Modifier and Type | Method and Description |
|---|---|
JestResult |
GenericResultAbstractDocumentTargetedAction.createNewElasticSearchResult(String responseBody,
int statusCode,
String reasonPhrase,
com.google.gson.Gson gson) |
JestResult |
GenericResultAbstractAction.createNewElasticSearchResult(String responseBody,
int statusCode,
String reasonPhrase,
com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
<T extends JestResult> |
JestClient.execute(Action<T> clientRequest) |
<T extends JestResult> |
JestClient.executeAsync(Action<T> clientRequest,
JestResultHandler<? super T> jestResultHandler) |
| Constructor and Description |
|---|
JestResult(JestResult source) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkResult |
class |
CatResult |
class |
CountResult |
class |
DocumentResult |
class |
MultiSearchResult |
class |
SearchResult |
class |
SuggestResult |
| Constructor and Description |
|---|
BulkResult(JestResult source) |
| Modifier and Type | Class and Description |
|---|---|
class |
TopHitsAggregation |
Copyright © 2017. All rights reserved.