Spring Data Elasticsearch

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

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

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

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


Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.