Package org.nuxeo.elasticsearch.fetcher
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 Summary
Constructors Constructor Description Fetcher(CoreSession session, org.elasticsearch.action.search.SearchResponse response, Map<String,String> repoNames)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract DocumentModelListImpl
fetchDocuments()
protected String
getRepoForIndex(String indexName)
protected org.elasticsearch.action.search.SearchResponse
getResponse()
protected CoreSession
getSession()
-
-
-
Constructor Detail
-
Fetcher
public Fetcher(CoreSession session, org.elasticsearch.action.search.SearchResponse response, Map<String,String> repoNames)
-
-
Method Detail
-
getSession
protected CoreSession getSession()
-
getResponse
protected org.elasticsearch.action.search.SearchResponse getResponse()
-
fetchDocuments
public abstract DocumentModelListImpl fetchDocuments()
-
-