Uses of Interface
org.nuxeo.elasticsearch.fetcher.EsFetcher.HitDocConsumer
Packages that use EsFetcher.HitDocConsumer
-
Uses of EsFetcher.HitDocConsumer in org.nuxeo.elasticsearch.fetcher
Fields in org.nuxeo.elasticsearch.fetcher declared as EsFetcher.HitDocConsumerModifier and TypeFieldDescriptionprotected final EsFetcher.HitDocConsumerEsFetcher.consumerDeprecated.Constructors in org.nuxeo.elasticsearch.fetcher with parameters of type EsFetcher.HitDocConsumerModifierConstructorDescriptionEsFetcher(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
Fields in org.nuxeo.elasticsearch.query declared as EsFetcher.HitDocConsumerModifier and TypeFieldDescriptionprotected EsFetcher.HitDocConsumerNxQueryBuilder.hitDocConsumerMethods in org.nuxeo.elasticsearch.query with parameters of type EsFetcher.HitDocConsumerModifier and TypeMethodDescriptionNxQueryBuilder.hitDocConsumer(EsFetcher.HitDocConsumer consumer) If search results are found, use this SearchHit and DocumentModel consumer on each hit.