atg.repository.search.indexing
Interface IndexingConstants

All Known Implementing Classes:
IndexingOutputConfig

public interface IndexingConstants

Constants used by the this package. Currently the meta property types and default formatter key.

Created: April 28 2005


Field Summary
static java.lang.String BASE_URL_OUTPUT_PROPERTY_NAME
          The output property name which corresponds to the baseUrl of the document.
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String CONTEXT_OUTPUT_PROPERTY_NAME
          The output property name which corresponds to the current context.
static java.lang.String DEFAULT_FORMATTER_KEY
          The key for the default formatter in IndexingOutputConfig.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_BOOLEAN
          Boolean value for an ES enumeration.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_DATE
          Date value for an ES enumeration.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_ENUM
          Enumeration value for an ES enumeration.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_FLOAT
          Enumeration value for an ES enumeration.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_INTEGER
          Enumeration value for an ES number.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_STRING
          Enumeration value for an ES string.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_TEXT
          Enumeration value for an ES text.
static atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_UNKNOWN
          Unknown value for an ES enumeration.
static java.lang.String SITE_CONTEXT_ATTRIBUTE_NAME
          The site membership context attribute name
static java.lang.String SITE_CONTEXT_PROPERTY_NAME
          The site membership document property name
static java.lang.String URL_OUTPUT_PROPERTY_NAME
          The output property name which corresponds to the url of the document.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

DEFAULT_FORMATTER_KEY

static final java.lang.String DEFAULT_FORMATTER_KEY
The key for the default formatter in IndexingOutputConfig.

See Also:
Constant Field Values

PROP_TYPE_UNKNOWN

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_UNKNOWN
Unknown value for an ES enumeration.


PROP_TYPE_BOOLEAN

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_BOOLEAN
Boolean value for an ES enumeration.


PROP_TYPE_DATE

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_DATE
Date value for an ES enumeration.


PROP_TYPE_ENUM

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_ENUM
Enumeration value for an ES enumeration.


PROP_TYPE_FLOAT

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_FLOAT
Enumeration value for an ES enumeration.


PROP_TYPE_INTEGER

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_INTEGER
Enumeration value for an ES number.


PROP_TYPE_STRING

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_STRING
Enumeration value for an ES string.


PROP_TYPE_TEXT

static final atg.repository.search.indexing.specifier.PropertyTypeEnum PROP_TYPE_TEXT
Enumeration value for an ES text.


BASE_URL_OUTPUT_PROPERTY_NAME

static final java.lang.String BASE_URL_OUTPUT_PROPERTY_NAME
The output property name which corresponds to the baseUrl of the document.

See Also:
Constant Field Values

URL_OUTPUT_PROPERTY_NAME

static final java.lang.String URL_OUTPUT_PROPERTY_NAME
The output property name which corresponds to the url of the document.

See Also:
Constant Field Values

CONTEXT_OUTPUT_PROPERTY_NAME

static final java.lang.String CONTEXT_OUTPUT_PROPERTY_NAME
The output property name which corresponds to the current context.

See Also:
Constant Field Values

SITE_CONTEXT_PROPERTY_NAME

static final java.lang.String SITE_CONTEXT_PROPERTY_NAME
The site membership document property name

See Also:
Constant Field Values

SITE_CONTEXT_ATTRIBUTE_NAME

static final java.lang.String SITE_CONTEXT_ATTRIBUTE_NAME
The site membership context attribute name

See Also:
Constant Field Values