| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.config | |
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
ResultsMapper |
ElasticsearchConfigurationSupport.resultsMapper()
Returns the
ResultsMapper to be used for search responses. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResultMapper |
class |
DefaultResultMapper |
| Modifier and Type | Method and Description |
|---|---|
protected ResultsMapper |
ElasticsearchRestTemplate.getResultsMapper() |
protected ResultsMapper |
ElasticsearchTemplate.getResultsMapper() |
| Constructor and Description |
|---|
ElasticsearchRestTemplate(org.elasticsearch.client.RestHighLevelClient client,
ElasticsearchConverter elasticsearchConverter,
ResultsMapper resultsMapper) |
ElasticsearchRestTemplate(org.elasticsearch.client.RestHighLevelClient client,
ResultsMapper resultsMapper) |
ElasticsearchTemplate(org.elasticsearch.client.Client client,
ElasticsearchConverter elasticsearchConverter,
ResultsMapper resultsMapper) |
ElasticsearchTemplate(org.elasticsearch.client.Client client,
ResultsMapper resultsMapper) |
ReactiveElasticsearchTemplate(ReactiveElasticsearchClient client,
ElasticsearchConverter converter,
ResultsMapper resultsMapper) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.