Aqualogic Interaction API  
 

IPTSearchQuery Interface

Interface that encapsulates one search query; used with (and manufactured by) IPTSearchRequest. This interface has several portal implementations, including a simple text search query, an advanced property filter-based query, and various forms of queries associated with drilling down into categories generated as part of a previous search result.

Clients of the search interface usually do not need to call any of the methods on this interface. Search queries are manufactured by an IPTSearchRequest and are basically opaque to clients.

For a list of all members of this type, see IPTSearchQuery Members.

public interface IPTSearchQuery : IPTUnknown

Types that implement IPTSearchQuery

TypeDescription

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IPTSearchQuery Members | com.plumtree.server Namespace | IPTSearchRequest