Uses of Class
org.elasticsearch.action.support.AutoCreateIndex
-
Packages that use AutoCreateIndex Package Description org.elasticsearch.action.bulk org.elasticsearch.action.update -
-
Uses of AutoCreateIndex in org.elasticsearch.action.bulk
Constructors in org.elasticsearch.action.bulk with parameters of type AutoCreateIndex Constructor Description TransportBulkAction(ThreadPool threadPool, TransportService transportService, ClusterService clusterService, IngestService ingestService, TransportShardBulkAction shardBulkAction, NodeClient client, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, AutoCreateIndex autoCreateIndex)TransportBulkAction(ThreadPool threadPool, TransportService transportService, ClusterService clusterService, IngestService ingestService, TransportShardBulkAction shardBulkAction, NodeClient client, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, AutoCreateIndex autoCreateIndex, LongSupplier relativeTimeProvider) -
Uses of AutoCreateIndex in org.elasticsearch.action.update
Constructors in org.elasticsearch.action.update with parameters of type AutoCreateIndex Constructor Description TransportUpdateAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, UpdateHelper updateHelper, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, AutoCreateIndex autoCreateIndex, NodeClient client)
-