Package lumis.content.search
Class ContentIndexer
- java.lang.Object
-
- lumis.doui.search.DouiIndexer
-
- lumis.content.search.ContentIndexer
-
- All Implemented Interfaces:
IContentIndexer
,IDouiIndexer
@Deprecated public class ContentIndexer extends DouiIndexer implements IContentIndexer
Deprecated.Since 8.1.0, lumis.search is deprecated and this class is no longer used. This class is kept only for compatibility with legacy code using its constants.Implements content indexing for the search engine.- Since:
- 4.2.0
- Version:
- $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface lumis.doui.search.common.IDouiIndexer
IDouiIndexer.FieldType, IDouiIndexer.StatusFieldValues
-
-
Field Summary
-
Fields inherited from interface lumis.content.search.common.IContentIndexer
FIELDNAME_CONTENT_ID, FIELDNAME_LAST_MODIFIED_DATE_TIME, SERVICE_INSTANCE_IDS_ATTRIBUTE_NAME
-
Fields inherited from interface lumis.doui.search.common.IDouiIndexer
FIELDNAME_INTRODUCTION_IMAGE, FIELDNAME_INTRODUCTION_IMAGE_FILE_ID, FIELDNAME_LANGUAGE, FIELDNAME_LANGUAGE_ALL_VALUE, FIELDNAME_PORTALDATAPATH, FIELDNAME_PRINCIPAL, FIELDNAME_PUBLISH_START_DATE, FIELDNAME_SERVICEINSTANCEID, FIELDNAME_SERVICEINSTANCEID_DEFAULT_VALUE, FIELDNAME_SOURCE_SERVICEINSTANCEID, FIELDNAME_STATUS
-
-
Constructor Summary
Constructors Constructor Description ContentIndexer()
Deprecated.
-