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