Interface and Description |
---|
org.springframework.data.elasticsearch.core.aggregation.AggregatedPage
since 4.0, use
SearchHits to return values. |
org.springframework.data.elasticsearch.repository.ElasticsearchCrudRepository
since 4.0, use
ElasticsearchRepository instead |
org.springframework.data.elasticsearch.core.ScoredPage
since 4.0, use
SearchHits to return values. |
org.springframework.data.elasticsearch.core.ScrolledPage
since 4.0, will be removed in a future version.
|
Class and Description |
---|
org.springframework.data.elasticsearch.core.query.DeleteQuery
since 4.0, use
Query implementations and set Query#setScrollTimeInMillis(Long) and Query.getMaxResults() |
org.springframework.data.elasticsearch.core.ElasticsearchTemplate
as of 4.0
|
org.springframework.data.elasticsearch.core.query.GetQuery
since 4.0
|
org.springframework.data.elasticsearch.config.TransportClientBeanDefinitionParser
as of 4.0
|
org.springframework.data.elasticsearch.client.TransportClientFactoryBean
as of 4.0
|
Exceptions and Description |
---|
org.springframework.data.elasticsearch.ElasticsearchException
since 4.0, use
UncategorizedDataAccessException |
Annotation Type and Description |
---|
org.springframework.data.elasticsearch.annotations.Score
since 4.0, use
SearchHit.getScore() instead |
Annotation Type Element and Description |
---|
org.springframework.data.elasticsearch.annotations.Document.type
since 4.0
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.