| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResultsMapper
ResultsMapper
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResultMapper |
class |
DefaultResultMapper |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ElasticsearchTemplate.queryForObject(GetQuery query,
Class<T> clazz,
GetResultMapper mapper) |
<T> T |
ElasticsearchOperations.queryForObject(GetQuery query,
Class<T> clazz,
GetResultMapper mapper)
Execute the query against elasticsearch and return the first returned object using custom mapper
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.