| Modifier and Type | Method and Description |
|---|---|
void |
Esi4JEntityTask.addToBulk(org.elasticsearch.client.Client client,
org.elasticsearch.action.bulk.BulkRequestBuilder bulk,
String indexName,
Esi4JOperation.OperationContext context)
add necessary index operation to bulk request
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEntityTask.addToBulk(org.elasticsearch.client.Client client,
org.elasticsearch.action.bulk.BulkRequestBuilder bulk,
String indexName,
Esi4JOperation.OperationContext context) |
void |
IndexEntityTask.addToBulk(org.elasticsearch.client.Client client,
org.elasticsearch.action.bulk.BulkRequestBuilder bulk,
String indexName,
Esi4JOperation.OperationContext context) |
void |
DeleteEntityTask.addToBulk(org.elasticsearch.client.Client client,
org.elasticsearch.action.bulk.BulkRequestBuilder bulk,
String indexName,
Esi4JOperation.OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
T |
Esi4JOperation.execute(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext helper) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndex |
class |
DefaultIndex |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.search.SearchResponse> |
AbstractIndex.Search.execute(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext helper) |
org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.count.CountResponse> |
AbstractIndex.Count.execute(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext helper) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalIndex
private API, do not use unless you really know what you are doing
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultManagedMultiIndex |
| Modifier and Type | Method and Description |
|---|---|
Void |
RefreshOperation.execute(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext helper) |
| Constructor and Description |
|---|
VerifierListener(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext context,
TypeMapping mapping,
BulkIndexHelper bulkHelper,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
BulkIndexHelper.Session |
BulkIndexHelper.newSession(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext context,
int batchSize) |
| Constructor and Description |
|---|
BulkIndexHelper.Session(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext context,
int batchSize) |
Copyright © 2015 Molindo GmbH. All Rights Reserved.