Spring Data Elasticsearch

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

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

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

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

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

Methods in org.springframework.data.elasticsearch.core with parameters of type MultiGetResultMapper
<T> LinkedList<T>
ElasticsearchOperations.multiGet(SearchQuery searchQuery, Class<T> clazz, MultiGetResultMapper multiGetResultMapper)
          Execute a multiGet against elasticsearch for the given ids with MultiGetResultMapper
<T> LinkedList<T>
ElasticsearchTemplate.multiGet(SearchQuery searchQuery, Class<T> clazz, MultiGetResultMapper getResultMapper)
           
 


Spring Data Elasticsearch

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.