java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction<IndexRequest,DocWriteResponse>
org.elasticsearch.action.index.TransportIndexAction
@Deprecated
public class TransportIndexAction
extends TransportSingleItemBulkWriteAction<IndexRequest,DocWriteResponse>
Deprecated.
Performs the index operation.
Allows for the following settings:
- autoCreateIndex: When set to
true
, will automatically create an index if one does not exists. Defaults totrue
. - allowIdGeneration: If the id is set not, should it be generated. Defaults to
true
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final ActionType<DocWriteResponse>
Deprecated.Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager
-
Constructor Summary
ConstructorsConstructorDescriptionTransportIndexAction
(ActionFilters actionFilters, TransportService transportService, TransportBulkAction bulkAction) Deprecated. -
Method Summary
Methods inherited from class org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
doExecute, toSingleItemBulkRequest
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, localOnly
-
Field Details
-
NAME
Deprecated.- See Also:
-
TYPE
Deprecated.
-
-
Constructor Details
-
TransportIndexAction
@Inject public TransportIndexAction(ActionFilters actionFilters, TransportService transportService, TransportBulkAction bulkAction) Deprecated.
-