Aqualogic Interaction API  
 

IPTSearchRequest Members

IPTSearchRequest overview

Public Instance Methods

CreateAdvancedQuery Factory method that returns an advanced (filter-based) query, using the provided filter.
CreateBasicQuery Factory method that returns a basic (simple text) query for the indicated search string and fields.
FollowupSearch 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).
GetSettingsAsInt Retrieve value of an integer-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
GetSettingsAsObject Retrieve value of any search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
GetSettingsAsObject1DArray Retrieve value of an array-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
GetSettingsAsString Retrieve value of an String-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.
Search 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.
SetSettingsOverloaded. 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