public static interface Esi4JOperation.OperationContext
| Modifier and Type | Method and Description |
|---|---|
String |
findIndexName(Class<?> type) |
TypeMapping |
findTypeMapping(Class<?> type) |
TypeMapping |
findTypeMapping(Object o) |
TypeMapping |
findTypeMapping(String indexName,
String typeAlias) |
String findIndexName(Class<?> type)
IllegalArgumentException - is no sub-index or multiple sub-indices of this context
have a mapping for this typeTypeMapping findTypeMapping(Object o)
IllegalArgumentException - if not mappedTypeMapping findTypeMapping(Class<?> type)
IllegalArgumentException - if not mappedTypeMapping findTypeMapping(String indexName, String typeAlias)
indexName - ES index nametypeAlias - ES typeIllegalArgumentException - if not mappedCopyright © 2013 Molindo GmbH. All Rights Reserved.