| Interface | Description |
|---|---|
| BulkOperationFactory | |
| BulkOperationListener |
| Class | Description |
|---|---|
| BlockCallerPolicy |
Executor policy that blocks caller to execute task.
|
| BulkIndexer |
Indexes or deletes a group of documents from one or more Elastic indexes using the Elastic Bulk
Index API.
|
| BulkOperation |
Represents a source document that will be indexed into Elastic.
|
| BulkOperationFactoryRegistry | |
| SimpleBulkOperationFactory<T> |
| Enum | Description |
|---|---|
| BulkOperation.Action |
Bulk actions are INDEX, CREATE, DELETE and UPDATE.
|
| BulkOperation.VersionType |
| Exception | Description |
|---|---|
| AlreadyClosedException | |
| BulkIndexerFailed |
Exception throws when a
BulkIndexer is closed and it has not successfully flushed all
data to the Elastic index. |