| Package | Description |
|---|---|
| org.elasticsearch.action.bulk | |
| org.elasticsearch.action.count |
Count action.
|
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.deletebyquery |
Delete by query action.
|
| org.elasticsearch.action.exists |
Exists action.
|
| org.elasticsearch.action.explain |
Explain action.
|
| org.elasticsearch.action.fieldstats | |
| org.elasticsearch.action.get |
Get action.
|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.indexedscripts.delete |
Delete action.
|
| org.elasticsearch.action.indexedscripts.get | |
| org.elasticsearch.action.indexedscripts.put |
Index action.
|
| org.elasticsearch.action.mlt |
More Like This action.
|
| org.elasticsearch.action.percolate | |
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.action.suggest |
Suggest action.
|
| org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
| org.elasticsearch.action.update |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkAction |
| Modifier and Type | Class and Description |
|---|---|
class |
CountAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteByQueryAction
Deprecated.
Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk
request to delete them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExistsAction |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplainAction
Entry point for the explain feature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldStatsAction |
| Modifier and Type | Class and Description |
|---|---|
class |
GetAction |
class |
MultiGetAction |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteIndexedScriptAction |
| Modifier and Type | Class and Description |
|---|---|
class |
GetIndexedScriptAction |
| Modifier and Type | Class and Description |
|---|---|
class |
PutIndexedScriptAction |
| Modifier and Type | Class and Description |
|---|---|
class |
MoreLikeThisAction
Deprecated.
The More Like This API will be removed in 2.0. Instead, use the More Like This Query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiPercolateAction |
class |
PercolateAction |
| Modifier and Type | Class and Description |
|---|---|
class |
ClearScrollAction |
class |
MultiSearchAction |
class |
SearchAction |
class |
SearchScrollAction |
| Modifier and Type | Class and Description |
|---|---|
class |
SuggestAction |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTermVectorsAction |
class |
TermVectorAction |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateAction |
Copyright © 2009–2016. All rights reserved.