Package org.ametys.cms.indexing
Interface WorkspaceIndexer
- All Known Implementing Classes:
SolrWebWorkspaceIndexer,SolrWorkspaceIndexer
public interface WorkspaceIndexer
Component indexing a workspace.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidIndex a workspace.voidIndex all the workspaces.
-
Field Details
-
ROLE
The component role.
-
-
Method Details
-
indexAllWorkspaces
Index all the workspaces.- Throws:
IndexingException- If an error occurs while indexing.
-
index
Index a workspace.- Parameters:
workspaceName- The workspace name.- Throws:
IndexingException- If an error occurs while indexing the workspace.
-