Package org.nuxeo.elasticsearch.core
Class EsSearchHitConverter
- java.lang.Object
-
- org.nuxeo.elasticsearch.core.EsSearchHitConverter
-
public class EsSearchHitConverter extends Object
- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description EsSearchHitConverter(Map<String,Type> selectFieldsAndTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Serializable>
convert(org.elasticsearch.search.SearchHit hit)
List<Map<String,Serializable>>
convert(org.elasticsearch.search.SearchHit... hits)
-
-
-
Method Detail
-
convert
public List<Map<String,Serializable>> convert(org.elasticsearch.search.SearchHit... hits)
-
convert
public Map<String,Serializable> convert(org.elasticsearch.search.SearchHit hit)
-
-