T - ID - public interface ElasticsearchEntityInformation<T,ID> extends EntityInformation<T,ID>
| Modifier and Type | Method and Description |
|---|---|
String |
getIdAttribute() |
IndexCoordinates |
getIndexCoordinates() |
String |
getParentId(T entity)
Deprecated.
since 4.1, not supported anymore by Elasticsearch
|
Long |
getVersion(T entity) |
org.elasticsearch.index.VersionType |
getVersionType() |
getId, getIdType, getRequiredId, isNewgetJavaTypeString getIdAttribute()
IndexCoordinates getIndexCoordinates()
@Nullable org.elasticsearch.index.VersionType getVersionType()
@Deprecated @Nullable String getParentId(T entity)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.