Class Fetcher

java.lang.Object
org.nuxeo.elasticsearch.fetcher.Fetcher
Direct Known Subclasses:
EsFetcher, VcsFetcher

public abstract class Fetcher extends Object
Since:
6.0
  • Constructor Details

    • Fetcher

      public Fetcher(CoreSession session, org.opensearch.action.search.SearchResponse response, Map<String,String> repoNames)
  • Method Details

    • getSession

      protected CoreSession getSession()
    • getResponse

      protected org.opensearch.action.search.SearchResponse getResponse()
    • getRepoForIndex

      protected String getRepoForIndex(String indexName)
    • fetchDocuments

      public abstract DocumentModelListImpl fetchDocuments()