Skip to content

Commit

Permalink
Removed Index Status API
Browse files Browse the repository at this point in the history
The functionality of the index status API has been replaced by the recovery API.

Relates elastic#4854
  • Loading branch information
spinscale committed May 7, 2014
1 parent fdb5eb6 commit 0c0f717
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 2,027 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/elasticsearch/action/ActionModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
import org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction;
import org.elasticsearch.action.admin.indices.stats.IndicesStatsAction;
import org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction;
import org.elasticsearch.action.admin.indices.status.IndicesStatusAction;
import org.elasticsearch.action.admin.indices.status.TransportIndicesStatusAction;
import org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction;
import org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction;
import org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction;
Expand Down Expand Up @@ -220,7 +218,6 @@ protected void configure() {
registerAction(SnapshotsStatusAction.INSTANCE, TransportSnapshotsStatusAction.class);

registerAction(IndicesStatsAction.INSTANCE, TransportIndicesStatsAction.class);
registerAction(IndicesStatusAction.INSTANCE, TransportIndicesStatusAction.class);
registerAction(IndicesSegmentsAction.INSTANCE, TransportIndicesSegmentsAction.class);
registerAction(CreateIndexAction.INSTANCE, TransportCreateIndexAction.class);
registerAction(DeleteIndexAction.INSTANCE, TransportDeleteIndexAction.class);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0c0f717

Please sign in to comment.