Package org.ametys.cms.indexing
Interface WorkspaceIndexer
- All Known Implementing Classes:
SolrWebWorkspaceIndexer
,SolrWorkspaceIndexer
public interface WorkspaceIndexer
Component indexing a workspace.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Index a workspace.void
Index 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.
-