Aqualogic Interaction API  
 

IPTSearchFactory Members

IPTSearchFactory overview

Public Instance Methods

CollabCollection Returns an IPTSCollabCollection that contains IPTSQuery and IPTSField instances related to Plumtree Collaboration Server.
ContentCollection Returns an IPTSContentCollection that contains IPTSQuery and IPTSField instances related to Plumtree Content Server.
createAdmin Returns an IPTSAdmin instance that may be used for various search administration tasks.
createBestBetTargetQuery 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.
createBooleanQuery Construct an IPTSBooleanQuery that ANDs or ORs a number of child queries.
createComparisonQueryOverloaded.  
createIndexer Returns an IPTIndexer which may be used to submit index requests.
createPropertyFilterQuery Construct an IPTSQuery that wraps the provided IPTFilter.
createQueryRequest Returns an IPTSQueryRequest which may be used to submit search queries.
createTextQueryOverloaded. 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.
createWeightedFieldList Returns an empty IPTSWeightedFieldList.
PortalCollection Returns an IPTSPortalCollection that contains IPTSQuery and IPTSField instances related to the Plumtree Corporate Portal.
setNumberSearchNodes Set the number of verified available search server nodes

See Also

IPTSearchFactory Interface | com.plumtree.server.search Namespace