@Path(value="/mgmt/notes")
public interface INoteIndexMgmt
| Modifier and Type | Method and Description | 
|---|---|
TaskRef | 
reindex(java.lang.String noteContainerUid)
Reindex a Note container 
 | 
TaskRef | 
reindexAll()
Reindex all Note containers 
 | 
@POST @Path(value="_reindex") TaskRef reindexAll() throws ServerFault
TaskRef which can be used to track
         this asynchronous operationServerFault@POST
 @Path(value="{containerUid}/_reindex")
TaskRef reindex(@PathParam(value="containerUid")
                                                              java.lang.String noteContainerUid)
                                                       throws ServerFault
noteContainerUid - Unique Note Container IDTaskRef which can be used to track
         this asynchronous operationServerFaultCopyright © 2023. All Rights Reserved.