WebCenter Interaction API  
 

IPTSAdmin Members

IPTSAdmin overview

Public Instance Methods

public methodcreateBestBetMaintenance Factory method that creates an IPTSearchBestBetMaintenance object.
public methodgetCardCount Runs a special-purpose search query that returns the number of cards (documents) indexed.
public methodgetLastSearchTransactionIDAsString 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.
public methodgetSearchableObjectIDsInRange 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.
public methodretrieveClusterStatus Returns current status of the search cluster, including transation and partition information
public methodretrieveStatus Returns current status of the search server(s), including connection information and number of indexed documents.
public methodwaitForDocsToBecomeSearchable 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