Package org.opensearch.action.index
Class TransportIndexAction
java.lang.Object
org.opensearch.action.support.TransportAction<IndexRequest,IndexResponse>
org.opensearch.action.support.HandledTransportAction<IndexRequest,IndexResponse>
org.opensearch.action.bulk.TransportSingleItemBulkWriteAction<IndexRequest,IndexResponse>
org.opensearch.action.index.TransportIndexAction
@Deprecated
public class TransportIndexAction
extends TransportSingleItemBulkWriteAction<IndexRequest,IndexResponse>
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
.
- Opensearch.internal:
-
Field Summary
Fields inherited from class org.opensearch.action.support.TransportAction
actionName, logger, taskManager
-
Constructor Summary
ConstructorDescriptionTransportIndexAction
(ActionFilters actionFilters, TransportService transportService, TransportBulkAction bulkAction) Deprecated. -
Method Summary
Methods inherited from class org.opensearch.action.bulk.TransportSingleItemBulkWriteAction
doExecute, toSingleItemBulkRequest, wrapBulkResponse
Methods inherited from class org.opensearch.action.support.TransportAction
execute, execute, execute
-
Constructor Details
-
TransportIndexAction
@Inject public TransportIndexAction(ActionFilters actionFilters, TransportService transportService, TransportBulkAction bulkAction) Deprecated.
-