Causes the underlying Index to clean up all entities. This means that every entry in the index is checked for a related entry in the DB including visibility. If the item is no longer part or hidden it will be removed from the index. Note that this is a cpu- and memory-intensive operation, thats why a IProgressMonitor is passed in to track progress and support cancelation.
@param monitor An instance of IProgressMonitor to trackprogress and support cancelation during the operation.
@throws PersistenceException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.