Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.delete | |
org.elasticsearch.action.admin.indices.mapping.put |
Put Mapping Action.
|
org.elasticsearch.cluster.action.index |
Constructor and Description |
---|
TransportDeleteMappingAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataMappingService metaDataMappingService,
TransportDeleteByQueryAction deleteByQueryAction,
TransportRefreshAction refreshAction,
TransportFlushAction flushAction,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportPutMappingAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataMappingService metaDataMappingService,
ActionFilters actionFilters) |
Constructor and Description |
---|
MappingUpdatedAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataMappingService metaDataMappingService,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
NodeMappingRefreshAction(Settings settings,
TransportService transportService,
MetaDataMappingService metaDataMappingService) |
Copyright © 2009–2015. All rights reserved.