Uses of Interface
org.nuxeo.elasticsearch.fetcher.EsFetcher.HitDocConsumer
-
Packages that use EsFetcher.HitDocConsumer Package Description org.nuxeo.elasticsearch.fetcher org.nuxeo.elasticsearch.query -
-
Uses of EsFetcher.HitDocConsumer in org.nuxeo.elasticsearch.fetcher
Fields in org.nuxeo.elasticsearch.fetcher declared as EsFetcher.HitDocConsumer Modifier and Type Field Description protected EsFetcher.HitDocConsumerEsFetcher. consumerConstructors in org.nuxeo.elasticsearch.fetcher with parameters of type EsFetcher.HitDocConsumer Constructor Description EsFetcher(CoreSession session, org.elasticsearch.action.search.SearchResponse response, Map<String,String> repoNames, EsFetcher.HitDocConsumer consumer) -
Uses of EsFetcher.HitDocConsumer in org.nuxeo.elasticsearch.query
Fields in org.nuxeo.elasticsearch.query declared as EsFetcher.HitDocConsumer Modifier and Type Field Description protected EsFetcher.HitDocConsumerNxQueryBuilder. hitDocConsumerMethods in org.nuxeo.elasticsearch.query with parameters of type EsFetcher.HitDocConsumer Modifier and Type Method Description NxQueryBuilderNxQueryBuilder. hitDocConsumer(EsFetcher.HitDocConsumer consumer)If search results are found, use this SearchHit and DocumentModel consumer on each hit.
-