Package org.ametys.cms.indexing.solr
Interface DocumentProvider
-
- All Known Implementing Classes:
ProjectDocumentProvider
public interface DocumentProvider
Provides additional documents when indexing a workspace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
indexDocuments(String workspaceName, org.apache.solr.client.solrj.SolrClient solrClient)
Index additional documents for the given workspace.
-
-
-
Method Detail
-
indexDocuments
void indexDocuments(String workspaceName, org.apache.solr.client.solrj.SolrClient solrClient) throws IndexingException
Index additional documents for the given workspace.- Parameters:
workspaceName
- The workspace name.solrClient
- The solr client to use- Throws:
IndexingException
- If an error occurs indexing the documents.
-
-