| Methods in org.springframework.data.elasticsearch.core with parameters of type SearchResultMapper |
|
ElasticsearchTemplate.queryForPage(SearchQuery query,
Class<T> clazz,
SearchResultMapper mapper)
|
|
ElasticsearchOperations.queryForPage(SearchQuery query,
Class<T> clazz,
SearchResultMapper mapper)
Execute the query against elasticsearch and return result as Page using custom mapper |
|
ElasticsearchTemplate.queryForPage(StringQuery query,
Class<T> clazz,
SearchResultMapper mapper)
|
|
ElasticsearchOperations.queryForPage(StringQuery query,
Class<T> clazz,
SearchResultMapper mapper)
Execute the query against elasticsearch and return result as Page using custom mapper |
|
ElasticsearchTemplate.scroll(String scrollId,
long scrollTimeInMillis,
SearchResultMapper mapper)
|
|
ElasticsearchOperations.scroll(String scrollId,
long scrollTimeInMillis,
SearchResultMapper mapper)
Scrolls the results for give scroll id using custom result mapper |