AquaLogic Interaction Development Kit (IDK) 6.0.0

PlumtreeField Members

PlumtreeField overview

Public Static Fields

CREATED PlumtreeField for Created Date.
DESCRIPTION PlumtreeField for Description, for example the description crawled in with a document.
ICON_URL PlumtreeField for the URL to the icon displayed in search.
IS_BEST_BETPlumtreeField for isBestBet (whether or not a search result is a best bet). Should be used in conjunction with IPortalSearchRequest.SetUseBestBets(). If SetUseBestBets() is not set to true, this will always return false.
LANGUAGE PlumtreeField for object language.
LAST_MODIFIED PlumtreeField for Date Last Modified.
NAME PlumtreeField for object name.
RANK PlumtreeField for search rank.
TEXT_CONTENT PlumtreeField for text content. Used only in documents with text content.
TEXT_EXCERPT PlumtreeField for text excerpt which can be the description, summary, or keyword-in-context. Used only in documents with text content.
URL PlumtreeField for Click Through URL.

Public Instance Methods

Equals (inherited from Field)Compares this Field to the specified object.
GetActualName (inherited from Field) Gets the programmatic name for this field, for example pt.name for PlumtreeField.NAME.
GetHashCode (inherited from Field)Returns a hash code for this Field.
GetType (inherited from Object) Gets the Type of the current instance.
IsRetrievable (inherited from Field) Checks whether this field is retrievable.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

PlumtreeField Class | Plumtree.Remote.PRC.Search Namespace