Spring Data Elasticsearch

Uses of Interface
org.springframework.data.elasticsearch.core.SearchResultMapper

Packages that use SearchResultMapper
org.springframework.data.elasticsearch.core   
 

Uses of SearchResultMapper in org.springframework.data.elasticsearch.core
 

Subinterfaces of SearchResultMapper in org.springframework.data.elasticsearch.core
 interface ResultsMapper
          ResultsMapper
 

Classes in org.springframework.data.elasticsearch.core that implement SearchResultMapper
 class AbstractResultMapper
           
 class DefaultResultMapper
           
 

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


Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.