public interface WorkspaceIndexer
Modifier and Type | Method and Description |
---|---|
void |
index(String workspaceName)
Index a workspace.
|
void |
indexAllWorkspaces()
Index all the workspaces.
|
void indexAllWorkspaces() throws IndexingException
IndexingException
- If an error occurs while indexing.void index(String workspaceName) throws IndexingException
workspaceName
- The workspace name.IndexingException
- If an error occurs while indexing the workspace.