Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class Field

java.lang.Object
  extended by com.liferay.portal.kernel.search.Field
All Implemented Interfaces:
Serializable

public class Field
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String ASSET_CATEGORY_ID
           
static String ASSET_CATEGORY_IDS
           
static String ASSET_CATEGORY_NAMES
          Deprecated. As of 6.2.0, replaced by ASSET_CATEGORY_TITLES
static String ASSET_CATEGORY_TITLE
           
static String ASSET_CATEGORY_TITLES
           
static String ASSET_TAG_IDS
           
static String ASSET_TAG_NAMES
           
static String ASSET_VOCABULARY_ID
           
static String ASSET_VOCABULARY_IDS
           
static String CATEGORY_ID
           
static String CLASS_NAME_ID
           
static String CLASS_PK
           
static String CLASS_TYPE_ID
           
static String COMMENTS
           
static String COMPANY_ID
           
static String CONTENT
           
static String CREATE_DATE
           
static String DESCRIPTION
           
static String ENTRY_CLASS_NAME
           
static String ENTRY_CLASS_PK
           
static String EXPIRATION_DATE
           
static String FOLDER_ID
           
static String GROUP_ID
           
static String GROUP_ROLE_ID
           
static String HIDDEN
           
static String KEYWORD_SEARCH
           
static String[] KEYWORDS
           
static String LANGUAGE_ID
           
static String LAYOUT_UUID
           
static String MODIFIED
          Deprecated. As of 6.1.0, replaced by MODIFIED_DATE
static String MODIFIED_DATE
           
static String NAME
           
static String NODE_ID
           
static String ORGANIZATION_ID
           
static String PORTLET_ID
           
static String PRIORITY
           
static String PROPERTIES
           
static String PUBLISH_DATE
           
static String RATINGS
           
static String RELATED_ENTRY
           
static String REMOVED_BY_USER_NAME
           
static String REMOVED_DATE
           
static String ROLE_ID
           
static String ROOT_ENTRY_CLASS_NAME
           
static String ROOT_ENTRY_CLASS_PK
           
static String SCOPE_GROUP_ID
           
static String SNIPPET
           
static String SPELL_CHECK_WORD
           
static String STAGING_GROUP
           
static String STATUS
           
static String TITLE
           
static String TREE_PATH
           
static String TYPE
           
static String UID
           
static String[] UNSCORED_FIELD_NAMES
           
static String URL
           
static String USER_GROUP_ID
           
static String USER_ID
           
static String USER_NAME
           
static String VERSION
           
static String VIEW_COUNT
           
 
Constructor Summary
Field(String name, Map<Locale,String> localizedValues)
           
Field(String name, String value)
           
Field(String name, String[] values)
           
Field(String name, String[] values, boolean tokenized)
          Deprecated. As of 6.1.0
Field(String name, String[] values, boolean tokenized, float boost)
          Deprecated. As of 6.1.0
Field(String name, String value, boolean tokenized)
          Deprecated. As of 6.1.0
 
Method Summary
 float getBoost()
           
 Map<Locale,String> getLocalizedValues()
           
 String getName()
           
 Class<? extends Number> getNumericClass()
           
 String getValue()
           
 String[] getValues()
           
 boolean isLocalized()
           
 boolean isNumeric()
           
 boolean isSortable()
           
 boolean isTokenized()
           
 void setBoost(float boost)
           
 void setName(String name)
           
 void setNumeric(boolean numeric)
           
 void setNumericClass(Class<? extends Number> numericClass)
           
 void setSortable(boolean sortable)
           
 void setTokenized(boolean tokenized)
           
 void setValue(String value)
           
 void setValues(String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSET_CATEGORY_ID

public static final String ASSET_CATEGORY_ID
See Also:
Constant Field Values

ASSET_CATEGORY_IDS

public static final String ASSET_CATEGORY_IDS
See Also:
Constant Field Values

ASSET_CATEGORY_NAMES

public static final String ASSET_CATEGORY_NAMES
Deprecated. As of 6.2.0, replaced by ASSET_CATEGORY_TITLES
See Also:
Constant Field Values

ASSET_CATEGORY_TITLE

public static final String ASSET_CATEGORY_TITLE
See Also:
Constant Field Values

ASSET_CATEGORY_TITLES

public static final String ASSET_CATEGORY_TITLES
See Also:
Constant Field Values

ASSET_TAG_IDS

public static final String ASSET_TAG_IDS
See Also:
Constant Field Values

ASSET_TAG_NAMES

public static final String ASSET_TAG_NAMES
See Also:
Constant Field Values

ASSET_VOCABULARY_ID

public static final String ASSET_VOCABULARY_ID
See Also:
Constant Field Values

ASSET_VOCABULARY_IDS

public static final String ASSET_VOCABULARY_IDS
See Also:
Constant Field Values

CATEGORY_ID

public static final String CATEGORY_ID
See Also:
Constant Field Values

CLASS_NAME_ID

public static final String CLASS_NAME_ID
See Also:
Constant Field Values

CLASS_PK

public static final String CLASS_PK
See Also:
Constant Field Values

CLASS_TYPE_ID

public static final String CLASS_TYPE_ID
See Also:
Constant Field Values

COMMENTS

public static final String COMMENTS
See Also:
Constant Field Values

COMPANY_ID

public static final String COMPANY_ID
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

CREATE_DATE

public static final String CREATE_DATE
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

ENTRY_CLASS_NAME

public static final String ENTRY_CLASS_NAME
See Also:
Constant Field Values

ENTRY_CLASS_PK

public static final String ENTRY_CLASS_PK
See Also:
Constant Field Values

EXPIRATION_DATE

public static final String EXPIRATION_DATE
See Also:
Constant Field Values

FOLDER_ID

public static final String FOLDER_ID
See Also:
Constant Field Values

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

GROUP_ROLE_ID

public static final String GROUP_ROLE_ID
See Also:
Constant Field Values

HIDDEN

public static final String HIDDEN
See Also:
Constant Field Values

KEYWORD_SEARCH

public static final String KEYWORD_SEARCH
See Also:
Constant Field Values

KEYWORDS

public static final String[] KEYWORDS

LANGUAGE_ID

public static final String LANGUAGE_ID
See Also:
Constant Field Values

LAYOUT_UUID

public static final String LAYOUT_UUID
See Also:
Constant Field Values

MODIFIED

public static final String MODIFIED
Deprecated. As of 6.1.0, replaced by MODIFIED_DATE
See Also:
Constant Field Values

MODIFIED_DATE

public static final String MODIFIED_DATE
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

NODE_ID

public static final String NODE_ID
See Also:
Constant Field Values

ORGANIZATION_ID

public static final String ORGANIZATION_ID
See Also:
Constant Field Values

PORTLET_ID

public static final String PORTLET_ID
See Also:
Constant Field Values

PRIORITY

public static final String PRIORITY
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

PUBLISH_DATE

public static final String PUBLISH_DATE
See Also:
Constant Field Values

RATINGS

public static final String RATINGS
See Also:
Constant Field Values

RELATED_ENTRY

public static final String RELATED_ENTRY
See Also:
Constant Field Values

REMOVED_BY_USER_NAME

public static final String REMOVED_BY_USER_NAME
See Also:
Constant Field Values

REMOVED_DATE

public static final String REMOVED_DATE
See Also:
Constant Field Values

ROLE_ID

public static final String ROLE_ID
See Also:
Constant Field Values

ROOT_ENTRY_CLASS_NAME

public static final String ROOT_ENTRY_CLASS_NAME
See Also:
Constant Field Values

ROOT_ENTRY_CLASS_PK

public static final String ROOT_ENTRY_CLASS_PK
See Also:
Constant Field Values

SCOPE_GROUP_ID

public static final String SCOPE_GROUP_ID
See Also:
Constant Field Values

SNIPPET

public static final String SNIPPET
See Also:
Constant Field Values

SPELL_CHECK_WORD

public static final String SPELL_CHECK_WORD
See Also:
Constant Field Values

STAGING_GROUP

public static final String STAGING_GROUP
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

TREE_PATH

public static final String TREE_PATH
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

UID

public static final String UID
See Also:
Constant Field Values

UNSCORED_FIELD_NAMES

public static final String[] UNSCORED_FIELD_NAMES

URL

public static final String URL
See Also:
Constant Field Values

USER_GROUP_ID

public static final String USER_GROUP_ID
See Also:
Constant Field Values

USER_ID

public static final String USER_ID
See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

VIEW_COUNT

public static final String VIEW_COUNT
See Also:
Constant Field Values
Constructor Detail

Field

public Field(String name,
             Map<Locale,String> localizedValues)

Field

public Field(String name,
             String value)

Field

public Field(String name,
             String value,
             boolean tokenized)
Deprecated. As of 6.1.0


Field

public Field(String name,
             String[] values)

Field

public Field(String name,
             String[] values,
             boolean tokenized)
Deprecated. As of 6.1.0


Field

public Field(String name,
             String[] values,
             boolean tokenized,
             float boost)
Deprecated. As of 6.1.0

Method Detail

getBoost

public float getBoost()

getLocalizedValues

public Map<Locale,String> getLocalizedValues()

getName

public String getName()

getNumericClass

public Class<? extends Number> getNumericClass()

getValue

public String getValue()

getValues

public String[] getValues()

isLocalized

public boolean isLocalized()

isNumeric

public boolean isNumeric()

isSortable

public boolean isSortable()

isTokenized

public boolean isTokenized()

setBoost

public void setBoost(float boost)

setName

public void setName(String name)

setNumeric

public void setNumeric(boolean numeric)

setNumericClass

public void setNumericClass(Class<? extends Number> numericClass)

setSortable

public void setSortable(boolean sortable)

setTokenized

public void setTokenized(boolean tokenized)

setValue

public void setValue(String value)

setValues

public void setValues(String[] values)

Liferay 6.2-ce-ga5