![]() | Factory method that creates an IPTSearchBestBetMaintenance object. |
![]() | Runs a special-purpose search query that returns the number of cards (documents) indexed. |
![]() | 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. |
![]() | 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. |
![]() | Returns current status of the search cluster, including transation and partition information |
![]() | Returns current status of the search server(s), including connection information and number of indexed documents. |
![]() | 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. |
IPTSAdmin Interface | com.plumtree.server.search.admin Namespace