public class EsSearchHitConverter
extends Object
- Since:
- 8.4
-
Constructor Summary
Constructors
-
Method Summary
convert(org.opensearch.search.SearchHit hit)
convert(org.opensearch.search.SearchHit... hits)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EsSearchHitConverter
public EsSearchHitConverter(Map<String,Type> selectFieldsAndTypes)
-