public interface DocumentProvider
| Modifier and Type | Method and Description |
|---|---|
void |
indexDocuments(String workspaceName,
SolrClient solrClient)
Index additional documents for the given workspace.
|
void indexDocuments(String workspaceName, SolrClient solrClient) throws IndexingException
workspaceName - The workspace name.solrClient - The solr client to useIndexingException - If an error occurs indexing the documents.