WebCenter Interaction API  
 

PT_SEARCH_WARNING Members

PT_SEARCH_WARNING overview

Public Static Fields

public fieldstaticPT_SEARCHWARNING_NONE No warning
public fieldstaticPT_SEARCHWARNING_QUERY_IS_PARTIAL Search cluster was in some way "incomplete" and a partial result set was returned.
public fieldstaticPT_SEARCHWARNING_QUERY_TIMED_OUT Query processing (not the connection to the search server) timed out, and a partial result set was returned.
public fieldstaticPT_SEARCHWARNING_WILDCARD_TOO_GENERAL A very general wildcard query was issued (such as "a*"). The search server expanded it into some number of terms matching the pattern, but not every matching result was returned.

Public Instance Constructors

public method PT_SEARCH_WARNING Constructor Initializes a new instance of the PT_SEARCH_WARNING class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_SEARCH_WARNING Class | com.plumtree.server Namespace | IPTSearchResponse