WebCenter Interaction API  
 

IPTSearchFactory Members

IPTSearchFactory overview

Public Instance Methods

public methodCollabCollection Returns an IPTSCollabCollection that contains IPTSQuery and IPTSField instances related to Plumtree Collaboration Server.
public methodContentCollection Returns an IPTSContentCollection that contains IPTSQuery and IPTSField instances related to Plumtree Content Server.
public methodcreateAdmin Returns an IPTSAdmin instance that may be used for various search administration tasks.
public methodcreateBestBetTargetQuery 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.
public methodcreateBooleanQuery Construct an IPTSBooleanQuery that ANDs or ORs a number of child queries.
public methodcreateComparisonQueryOverloaded.  
public methodcreateIndexer Returns an IPTIndexer which may be used to submit index requests.
public methodcreatePropertyFilterQuery Construct an IPTSQuery that wraps the provided IPTFilter.
public methodcreateQueryRequest Returns an IPTSQueryRequest which may be used to submit search queries.
public methodcreateTextQueryOverloaded. 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.
public methodcreateWeightedFieldList Returns an empty IPTSWeightedFieldList.
public methodPortalCollection Returns an IPTSPortalCollection that contains IPTSQuery and IPTSField instances related to the Plumtree Corporate Portal.
public methodsetNumberSearchNodes Set the number of verified available search server nodes

See Also

IPTSearchFactory Interface | com.plumtree.server.search Namespace