public class EsSearchHitConverter extends Object
| Constructor and Description |
|---|
EsSearchHitConverter(Map<String,Type> selectFieldsAndTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Serializable>> |
convert(org.elasticsearch.search.SearchHit... hits) |
Map<String,Serializable> |
convert(org.elasticsearch.search.SearchHit hit) |
public EsSearchHitConverter(Map<String,Type> selectFieldsAndTypes)
public List<Map<String,Serializable>> convert(org.elasticsearch.search.SearchHit... hits)
public Map<String,Serializable> convert(org.elasticsearch.search.SearchHit hit)
Copyright © 2019 Nuxeo. All rights reserved.