RestHandlers for administrative actions that can be taken on indexes like creation, deletion, setting up
aliases, and changing mapping.See: Description
| Class | Description |
|---|---|
| RestAnalyzeAction | |
| RestAnalyzeAction.Fields | |
| RestClearIndicesCacheAction | |
| RestClearIndicesCacheAction.Fields | |
| RestCloseIndexAction | |
| RestCreateIndexAction | |
| RestDeleteIndexAction | |
| RestDeleteIndexTemplateAction | |
| RestFlushAction | |
| RestForceMergeAction | |
| RestGetAliasesAction | |
| RestGetFieldMappingAction | |
| RestGetIndexTemplateAction |
The REST handler for get template and head template APIs.
|
| RestGetIndicesAction |
The REST handler for get index and head index APIs.
|
| RestGetMappingAction | |
| RestGetSettingsAction | |
| RestIndexDeleteAliasesAction | |
| RestIndexPutAliasAction | |
| RestIndicesAliasesAction | |
| RestIndicesSegmentsAction | |
| RestIndicesShardStoresAction |
Rest action for
IndicesShardStoresAction |
| RestIndicesStatsAction | |
| RestOpenIndexAction | |
| RestPutIndexTemplateAction | |
| RestPutMappingAction | |
| RestRecoveryAction |
REST handler to report on index recoveries.
|
| RestRefreshAction | |
| RestRolloverIndexAction | |
| RestShrinkIndexAction | |
| RestSyncedFlushAction | |
| RestUpdateSettingsAction | |
| RestUpgradeAction | |
| RestValidateQueryAction |
| Exception | Description |
|---|---|
| AliasesNotFoundException |
RestHandlers for administrative actions that can be taken on indexes like creation, deletion, setting up
aliases, and changing mapping.