WebCenter Interaction API  
 

IPTSearchRequest Members

IPTSearchRequest overview

Public Instance Methods

public methodCreateAdvancedQuery Factory method that returns an advanced (filter-based) query, using the provided filter.
public methodCreateBasicQuery Factory method that returns a basic (simple text) query for the indicated search string and fields.
public methodFollowupSearch Follow up a previous search by ANDing the provided array of queries together and executing them. One query in the array, usually the first, should be the query used in a previous call to Search(). The others are either new queries manufactured by calls to one of the Create() methods (this implements a "search-within-results" feature), or a query returned by IPTSearchResponse.GetQueryForGroup() (this implements a "category drilldown" feature).
public methodGetSettingsAsInt Retrieve value of an integer-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
public methodGetSettingsAsObject Retrieve value of any search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
public methodGetSettingsAsObject1DArray Retrieve value of an array-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
public methodGetSettingsAsString Retrieve value of an String-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
public methodSearch Executes a search, using the provided query and any settings that have previously been set. The query must have been manufactured by this same IPTSearchRequest object, via CreateBasicQuery or CreateAdvancedQuery.
public methodSetSettingsOverloaded. Set an integer-valued search setting. Throws an exception if the value is of the wrong type or is otherwise invalid. See the PT_SEARCH_SETTING enumeration for information on settings and their types.

See Also

IPTSearchRequest Interface | com.plumtree.server Namespace