java.lang.Object
org.elasticsearch.action.bulk.ShardBatchIndexer
Handles the batch indexing code path for primary and replica shards.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanUseBatchIndexing(BulkShardRequest request, boolean batchIndexingEnabled) Checks whether the batch indexing path can be used for this request.
-
Field Details
-
BATCH_INDEXING_FEATURE_FLAG
-
BATCH_INDEXING
-
-
Method Details
-
canUseBatchIndexing
Checks whether the batch indexing path can be used for this request. Returns true if batch indexing is enabled and all operations are index/create (no deletes, no updates).
-