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