![]() | Factory method that returns an advanced (filter-based) query, using the provided filter. |
![]() | Factory method that returns a basic (simple text) query for the indicated search string and fields. |
![]() | 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). |
![]() | Retrieve value of an integer-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types. |
![]() | Retrieve value of any search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types. |
![]() | Retrieve value of an array-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types. |
![]() | Retrieve value of an String-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types. |
![]() | 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. |
![]() | Overloaded. 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. |
IPTSearchRequest Interface | com.plumtree.server Namespace