![]() | Returns an IPTSCollabCollection that contains IPTSQuery and IPTSField instances related to Plumtree Collaboration Server. |
![]() | Returns an IPTSContentCollection that contains IPTSQuery and IPTSField instances related to Plumtree Content Server. |
![]() | Returns an IPTSAdmin instance that may be used for various search administration tasks. |
![]() | Construct an IPTSQuery that returns the best bet targets for a specified trigger string. This is not the usual way to use Best Bets - usually, you call useBestBets on an IPTSModifiableQuery , such as the TextQuery you get from createTextQuery . Calling IPTSModifiableQuery.useBestBets guarantees that the best bet targets will be the top-ranked results. The query returned by createBestBetTargetQuery is intended for a "sponsored links"-style list in which only best bet targets appear. If you AND or OR more than one one BestBetTargetQuery together, the order of results is unpredictable. |
![]() | Construct an IPTSBooleanQuery that ANDs or ORs a number of child queries. |
![]() | Overloaded. |
![]() | Returns an IPTIndexer which may be used to submit index requests. |
![]() | Construct an IPTSQuery that wraps the provided IPTFilter . |
![]() | Returns an IPTSQueryRequest which may be used to submit search queries. |
![]() | Overloaded. Construct a text (string) query against the indicated field. queryString will be parsed according to the rules set by the PTSTextQueryParseMode.SEARCHBOX parse mode, in the language of the query's parent IPTSQueryRequest .
|
![]() | Returns an empty IPTSWeightedFieldList . |
![]() | Returns an IPTSPortalCollection that contains IPTSQuery and IPTSField instances related to the Plumtree Corporate Portal. |
![]() | Set the number of verified available search server nodes |
IPTSearchFactory Interface | com.plumtree.server.search Namespace