|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.remote.prc.search.Field
com.plumtree.remote.prc.search.PlumtreeField
PlumtreeField
contains fields common to all Plumtree applications.
PlumtreeField
is not an enumeration as new PortalField
s can be created using forID()
.
Field Summary | |
static PlumtreeField |
CREATED
PlumtreeField for Created Date. |
static PlumtreeField |
DESCRIPTION
PlumtreeField for Description, e.g., the description crawled in with a document. |
static PlumtreeField |
ICON_URL
PlumtreeField for the url to the icon displayed in search. |
static PlumtreeField |
IS_BEST_BET
PlumtreeField for isBestBet, i.e., if a search result is a best bet or not. |
static PlumtreeField |
LANGUAGE
PlumtreeField for object language. |
static PlumtreeField |
LAST_MODIFIED
PlumtreeField for Date Last Modified. |
static PlumtreeField |
NAME
PlumtreeField for object name. |
static PlumtreeField |
RANK
PlumtreeField for search rank. |
static PlumtreeField |
TEXT_CONTENT
PlumtreeField for text content. |
static PlumtreeField |
TEXT_EXCERPT
PlumtreeField for text excerpt. |
static PlumtreeField |
URL
PlumtreeField for Click Through URL. |
Methods inherited from class com.plumtree.remote.prc.search.Field |
equals, getActualName, hashCode, isRetrievable |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final PlumtreeField NAME
PlumtreeField
for object name.
public static final PlumtreeField LANGUAGE
PlumtreeField
for object language.
public static final PlumtreeField CREATED
PlumtreeField
for Created Date.
public static final PlumtreeField LAST_MODIFIED
PlumtreeField
for Date Last Modified.
public static final PlumtreeField URL
PlumtreeField
for Click Through URL.
public static final PlumtreeField TEXT_EXCERPT
PlumtreeField
for text excerpt.
Text excerpt can be the description, summary, or keyword-in-context.
Used only in documents with text content.
public static final PlumtreeField TEXT_CONTENT
PlumtreeField
for text content.
Used only in documents with text content.
public static final PlumtreeField ICON_URL
PlumtreeField
for the url to the icon displayed in search.
public static final PlumtreeField RANK
PlumtreeField
for search rank.
public static final PlumtreeField DESCRIPTION
PlumtreeField
for Description, e.g., the description crawled in with a document.
public static final PlumtreeField IS_BEST_BET
PlumtreeField
for isBestBet, i.e., if a search result is a best bet or not.
Should be used in conjunction with IPortalSearchRequest.setUseBestBets()
.
If setUseBestBets()
is not set to true, this will always return false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.