Uses of Interface
org.nuxeo.elasticsearch.fetcher.EsFetcher.HitDocConsumer
-
Uses of EsFetcher.HitDocConsumer in org.nuxeo.elasticsearch.fetcher
Modifier and TypeFieldDescriptionprotected final EsFetcher.HitDocConsumer
EsFetcher.consumer
Deprecated.ModifierConstructorDescriptionEsFetcher
(CoreSession session, org.opensearch.action.search.SearchResponse response, Map<String, String> repoNames, EsFetcher.HitDocConsumer consumer) Deprecated. -
Uses of EsFetcher.HitDocConsumer in org.nuxeo.elasticsearch.query
Modifier and TypeFieldDescriptionprotected EsFetcher.HitDocConsumer
NxQueryBuilder.hitDocConsumer
Modifier and TypeMethodDescriptionNxQueryBuilder.hitDocConsumer
(EsFetcher.HitDocConsumer consumer) If search results are found, use this SearchHit and DocumentModel consumer on each hit.