public interface Esi4JIndex extends Esi4JManagedIndex
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.action.ListenableActionFuture<BulkResponseWrapper> |
bulkIndex(Iterable<?> iterable) |
void |
close() |
org.elasticsearch.action.ListenableActionFuture<DeleteResponseWrapper> |
delete(Class<?> type,
Object id) |
org.elasticsearch.action.ListenableActionFuture<DeleteResponseWrapper> |
delete(Object object) |
org.elasticsearch.action.ListenableActionFuture<BulkResponseWrapper> |
executeBulk(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.bulk.BulkResponse>> bulkOperation) |
org.elasticsearch.action.ListenableActionFuture<DeleteResponseWrapper> |
executeDelete(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.delete.DeleteResponse>> deleteOperation) |
org.elasticsearch.action.ListenableActionFuture<GetResponseWrapper> |
executeGet(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.get.GetResponse>> getOperation) |
org.elasticsearch.action.ListenableActionFuture<IndexResponseWrapper> |
executeIndex(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.index.IndexResponse>> indexOperation) |
org.elasticsearch.action.ListenableActionFuture<GetResponseWrapper> |
get(Class<?> type,
Object id) |
String |
getName() |
org.elasticsearch.action.ListenableActionFuture<IndexResponseWrapper> |
index(Object o) |
void |
refresh()
refresh elasticsearch index, see Refresh API
|
getIndexManager, setIndexManagercount, execute, executeCount, executeMultiGet, executeMultiSearch, executeSearch, getMappedTypes, isMapped, isMapped, multiGet, search, searchString getName()
getName in interface Esi4JSearchIndexorg.elasticsearch.action.ListenableActionFuture<IndexResponseWrapper> index(Object o)
org.elasticsearch.action.ListenableActionFuture<IndexResponseWrapper> executeIndex(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.index.IndexResponse>> indexOperation)
org.elasticsearch.action.ListenableActionFuture<GetResponseWrapper> get(Class<?> type, Object id)
org.elasticsearch.action.ListenableActionFuture<GetResponseWrapper> executeGet(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.get.GetResponse>> getOperation)
org.elasticsearch.action.ListenableActionFuture<DeleteResponseWrapper> delete(Object object)
org.elasticsearch.action.ListenableActionFuture<DeleteResponseWrapper> delete(Class<?> type, Object id)
org.elasticsearch.action.ListenableActionFuture<DeleteResponseWrapper> executeDelete(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.delete.DeleteResponse>> deleteOperation)
org.elasticsearch.action.ListenableActionFuture<BulkResponseWrapper> bulkIndex(Iterable<?> iterable)
org.elasticsearch.action.ListenableActionFuture<BulkResponseWrapper> executeBulk(Esi4JOperation<org.elasticsearch.action.ListenableActionFuture<org.elasticsearch.action.bulk.BulkResponse>> bulkOperation)
void refresh()
void close()
Copyright © 2013 Molindo GmbH. All Rights Reserved.