| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.convert | |
| org.springframework.data.elasticsearch.core.mapping | |
| org.springframework.data.elasticsearch.core.query | |
| org.springframework.data.elasticsearch.core.routing |
classes/interfaces for specification and implementation of Elasticsearch routing.
|
| org.springframework.data.elasticsearch.repository.query | |
| org.springframework.data.elasticsearch.repository.support |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchPersistentEntity<?> |
ReactiveElasticsearchTemplate.getPersistentEntityFor(Class<?> type) |
ElasticsearchPersistentEntity<?> |
ReactiveElasticsearchOperations.getPersistentEntityFor(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
MappingElasticsearchConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected <R> R |
MappingElasticsearchConverter.readEntity(ElasticsearchPersistentEntity<?> entity,
Map<String,Object> source) |
protected <R> R |
MappingElasticsearchConverter.readProperties(ElasticsearchPersistentEntity<?> entity,
R instance,
org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter.ElasticsearchPropertyValueProvider valueProvider) |
protected void |
MappingElasticsearchConverter.writeInternal(Object source,
Map<String,Object> sink,
ElasticsearchPersistentEntity<?> entity)
Internal write conversion method which should be used for nested invocations.
|
protected void |
MappingElasticsearchConverter.writeProperties(ElasticsearchPersistentEntity<?> entity,
PersistentPropertyAccessor<?> accessor,
org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter.MapValueAccessor sink) |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchTypeMapper |
ElasticsearchTypeMapper.create(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
Creates a new default
ElasticsearchTypeMapper. |
| Constructor and Description |
|---|
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext,
GenericConversionService conversionService) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleElasticsearchPersistentEntity<T>
Elasticsearch specific
PersistentEntity implementation holding |
| Constructor and Description |
|---|
HighlightQueryBuilder(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Constructor and Description |
|---|
DefaultRoutingResolver(MappingContext<? extends ElasticsearchPersistentEntity,? extends ElasticsearchPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchQueryMethod.getMappingContext() |
| Constructor and Description |
|---|
SimpleElasticsearchEntityMetadata(Class<T> type,
ElasticsearchPersistentEntity<?> entity) |
| Constructor and Description |
|---|
ElasticsearchQueryMethod(Method method,
RepositoryMetadata repositoryMetadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
ReactiveElasticsearchQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Constructor and Description |
|---|
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> persistentEntity) |
| Constructor and Description |
|---|
ElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.