Spring Data Elasticsearch

org.springframework.data.elasticsearch.core
Interface MultiGetResultMapper

All Known Subinterfaces:
ResultsMapper
All Known Implementing Classes:
AbstractResultMapper, DefaultResultMapper

public interface MultiGetResultMapper

Author:
Mohsin Husen

Method Summary
<T> LinkedList<T>
mapResults(org.elasticsearch.action.get.MultiGetResponse responses, Class<T> clazz)
           
 

Method Detail

mapResults

<T> LinkedList<T> mapResults(org.elasticsearch.action.get.MultiGetResponse responses,
                             Class<T> clazz)

Spring Data Elasticsearch

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