Package lumis.content.search.common
Interface IContentIndexer
-
- All Known Implementing Classes:
ContentIndexer
@Deprecated public interface IContentIndexer
Deprecated.Since 8.1.0, lumis.search is deprecated and this interface is no longer used. For indexing source data consider usingSource.getBigDataPersister()
orIBigDataRepository
directly. This interface is kept only for compatibility with legacy code using its constants.Provides operations on content search indexing.- Since:
- 4.2.0
- Version:
- $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELDNAME_CONTENT_ID
Deprecated.Name of the field used to store the content's identifier in the search index.static String
FIELDNAME_LAST_MODIFIED_DATE_TIME
Deprecated.Name of the field used to store the content version's last modified date time.static String
SERVICE_INSTANCE_IDS_ATTRIBUTE_NAME
Deprecated.The attribute name used to store the service instance identifiers in the transaction, for use when removing the content from the index.
-
-
-
Field Detail
-
FIELDNAME_CONTENT_ID
static final String FIELDNAME_CONTENT_ID
Deprecated.Name of the field used to store the content's identifier in the search index.- Since:
- 4.2.0
- See Also:
- Constant Field Values
-
FIELDNAME_LAST_MODIFIED_DATE_TIME
static final String FIELDNAME_LAST_MODIFIED_DATE_TIME
Deprecated.Name of the field used to store the content version's last modified date time. The value of this field is set with the number of milliseconds since January 1, 1970, 00:00:00 GMT.- Since:
- 4.2.2
- See Also:
- Constant Field Values
-
SERVICE_INSTANCE_IDS_ATTRIBUTE_NAME
static final String SERVICE_INSTANCE_IDS_ATTRIBUTE_NAME
Deprecated.The attribute name used to store the service instance identifiers in the transaction, for use when removing the content from the index.- Since:
- 4.2.0
- See Also:
- Constant Field Values
-
-