public interface JestSearchResultMapper
| Modifier and Type | Method and Description |
|---|---|
<T> AggregatedPage<T> |
mapResults(io.searchbox.core.SearchResult response,
Class<T> clazz,
org.springframework.data.domain.Pageable pageable) |
<T> AggregatedPage<T> |
mapResults(io.searchbox.core.SearchResult response,
Class<T> clazz,
org.springframework.data.domain.Pageable pageable,
List<org.elasticsearch.search.aggregations.AbstractAggregationBuilder> aggregations) |
<T> AggregatedPage<T> mapResults(io.searchbox.core.SearchResult response, Class<T> clazz, org.springframework.data.domain.Pageable pageable)
<T> AggregatedPage<T> mapResults(io.searchbox.core.SearchResult response, Class<T> clazz, org.springframework.data.domain.Pageable pageable, List<org.elasticsearch.search.aggregations.AbstractAggregationBuilder> aggregations)
Copyright © 2017. All Rights Reserved.