Aqualogic Interaction API  
 

IPTSAdmin Members

IPTSAdmin overview

Public Instance Methods

createBestBetMaintenance Factory method that creates an IPTSearchBestBetMaintenance object.
getCardCount Runs a special-purpose search query that returns the number of cards (documents) indexed.
getLastSearchTransactionIDAsString Give back a String representaion of a last search index request made within this application. This should be used for information/logging purposes only. No functionality should depend on a specific representation of the TID.
getSearchableObjectIDsInRange Runs a special-purpose query used by Search Repair to check for discrepancies between the database and search index. Returns all indexed objects of a given class ID and within a specified range of object IDs.
retrieveClusterStatus Returns current status of the search cluster, including transation and partition information
retrieveStatus Returns current status of the search server(s), including connection information and number of indexed documents.
waitForDocsToBecomeSearchable Wait until all the index requests initiated by the client have been processed by the search server. A client should invoke this method only if it must ensure that everything that it submitted over a period of time is searchable. This is not the way to simulate "synchronous" indexing. Use CommitAll(int timeout) instead. Us this method sparignly since it can potentialy create many search cluster status requests.

See Also

IPTSAdmin Interface | com.plumtree.server.search.admin Namespace