public abstract class Fetcher extends Object
| Constructor and Description | 
|---|
Fetcher(CoreSession session,
       org.elasticsearch.action.search.SearchResponse response,
       Map<String,String> repoNames)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract DocumentModelListImpl | 
fetchDocuments()  | 
protected String | 
getRepoForIndex(String indexName)  | 
protected org.elasticsearch.action.search.SearchResponse | 
getResponse()  | 
protected CoreSession | 
getSession()  | 
public Fetcher(CoreSession session, org.elasticsearch.action.search.SearchResponse response, Map<String,String> repoNames)
protected CoreSession getSession()
protected org.elasticsearch.action.search.SearchResponse getResponse()
protected String getRepoForIndex(String indexName)
public abstract DocumentModelListImpl fetchDocuments()
Copyright © 2019 Nuxeo. All rights reserved.