Package net.bluemind.notes.api
Interface INoteIndexMgmt
@Path("/mgmt/notes")
public interface INoteIndexMgmt
Notes indexing API
-
Method Summary
Modifier and TypeMethodDescriptionReindex a Note containerReindex all Note containers
-
Method Details
-
reindexAll
Reindex all Note containers- Returns:
TaskRef
which can be used to track this asynchronous operation- Throws:
ServerFault
-
reindex
@POST @Path("{containerUid}/_reindex") TaskRef reindex(@PathParam("containerUid") String noteContainerUid) throws ServerFault Reindex a Note container- Parameters:
noteContainerUid
- Unique Note Container ID- Returns:
TaskRef
which can be used to track this asynchronous operation- Throws:
ServerFault
-