| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.alias | |
| org.elasticsearch.action.bulk | |
| org.elasticsearch.action.get |
Get action.
|
| org.elasticsearch.action.percolate | |
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesAliasesRequest
A request to add/remove aliases for one or more indices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkRequest
A bulk request holds an ordered
IndexRequests, DeleteRequests and UpdateRequests
and allows to executes it in a single batch. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiGetRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiPercolateRequest
A multi percolate request that encapsulates multiple
PercolateRequest instances in a single api call. |
class |
PercolateRequest
A request to execute a percolate operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSearchRequest
A multi search API request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTermVectorsRequest |
Copyright © 2009–2017. All rights reserved.