| 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.query.parser | |
| org.springframework.data.elasticsearch.repository.support |
| Constructor and Description |
|---|
EntityOperations(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> context) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
MappingElasticsearchConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchTypeMapper |
ElasticsearchTypeMapper.create(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
Creates a new default
ElasticsearchTypeMapper. |
| Constructor and Description |
|---|
MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext,
GenericConversionService conversionService) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleElasticsearchPersistentProperty
Elasticsearch specific
PersistentProperty implementation processing |
| Modifier and Type | Method and Description |
|---|---|
protected ElasticsearchPersistentProperty |
SimpleElasticsearchMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
SimpleElasticsearchPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
ElasticsearchPersistentProperty |
SimpleElasticsearchPersistentEntity.getJoinFieldProperty() |
ElasticsearchPersistentProperty |
ElasticsearchPersistentEntity.getJoinFieldProperty()
Returns the
JoinField property of the ElasticsearchPersistentEntity. |
ElasticsearchPersistentProperty |
SimpleElasticsearchPersistentEntity.getPersistentPropertyWithFieldName(String fieldName) |
ElasticsearchPersistentProperty |
ElasticsearchPersistentEntity.getPersistentPropertyWithFieldName(String fieldName)
returns the
ElasticsearchPersistentProperty with the given fieldName (may be set by the Field
annotation. |
default ElasticsearchPersistentProperty |
ElasticsearchPersistentEntity.getRequiredSeqNoPrimaryTermProperty()
Returns the
SeqNoPrimaryTerm property of the ElasticsearchPersistentEntity or throws an
IllegalStateException in case no such property is available on the entity. |
ElasticsearchPersistentProperty |
SimpleElasticsearchPersistentEntity.getSeqNoPrimaryTermProperty() |
ElasticsearchPersistentProperty |
ElasticsearchPersistentEntity.getSeqNoPrimaryTermProperty()
Returns the
SeqNoPrimaryTerm property of the ElasticsearchPersistentEntity. |
ElasticsearchPersistentProperty |
ElasticsearchPersistentEntity.getVersionProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.mapping.Association<ElasticsearchPersistentProperty> |
SimpleElasticsearchPersistentProperty.createAssociation() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleElasticsearchPersistentEntity.addPersistentProperty(ElasticsearchPersistentProperty property) |
String |
ElasticsearchPersistentProperty.PropertyToFieldNameConverter.convert(ElasticsearchPersistentProperty source) |
String |
ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter.convert(ElasticsearchPersistentProperty source) |
| Constructor and Description |
|---|
SimpleElasticsearchPersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,ElasticsearchPersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
| Constructor and Description |
|---|
HighlightQueryBuilder(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Constructor and Description |
|---|
DefaultRoutingResolver(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity,? extends ElasticsearchPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchQueryMethod.getMappingContext() |
| Constructor and Description |
|---|
ElasticsearchQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata repositoryMetadata,
org.springframework.data.projection.ProjectionFactory factory,
org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
ReactiveElasticsearchQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory,
org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Constructor and Description |
|---|
ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context) |
ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context) |
| Constructor and Description |
|---|
ElasticsearchEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.