public class BulkIndexHelper.Session extends Object
| Constructor and Description |
|---|
BulkIndexHelper.Session(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext context,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
BulkIndexHelper.Session |
delete(Class<?> type,
Object id,
Long version) |
BulkIndexHelper.Session |
delete(Object o) |
BulkIndexHelper.Session |
index(Object o) |
BulkIndexHelper |
submit() |
org.elasticsearch.action.index.IndexRequestBuilder |
toIndexRequest(Object object) |
public BulkIndexHelper.Session(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext context,
int batchSize)
public BulkIndexHelper.Session index(Object o)
public org.elasticsearch.action.index.IndexRequestBuilder toIndexRequest(Object object)
public BulkIndexHelper.Session delete(Object o)
public BulkIndexHelper.Session delete(Class<?> type, Object id, Long version)
public BulkIndexHelper submit()
Copyright © 2015 Molindo GmbH. All Rights Reserved.