Package org.nuxeo.elasticsearch.fetcher
Class VcsFetcher
- java.lang.Object
-
- org.nuxeo.elasticsearch.fetcher.Fetcher
-
- org.nuxeo.elasticsearch.fetcher.VcsFetcher
-
public class VcsFetcher extends Fetcher
- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description VcsFetcher(CoreSession session, org.elasticsearch.action.search.SearchResponse response, Map<String,String> repoNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelListImpl
fetchDocuments()
protected List<DocumentModel>
fetchFromVcs(Map<String,List<String>> repoHits)
-
Methods inherited from class org.nuxeo.elasticsearch.fetcher.Fetcher
getRepoForIndex, getResponse, getSession
-
-
-
-
Constructor Detail
-
VcsFetcher
public VcsFetcher(CoreSession session, org.elasticsearch.action.search.SearchResponse response, Map<String,String> repoNames)
-
-
Method Detail
-
fetchDocuments
public DocumentModelListImpl fetchDocuments()
- Specified by:
fetchDocuments
in classFetcher
-
-