Package lumis.doui.search.common
Interface IDouiIndexer
-
- All Known Implementing Classes:
ContentIndexer
,DouiIndexer
@Deprecated public interface IDouiIndexer
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.Interface that defines the communication bridge to the search framework.- Since:
- 4.0.6
- Version:
- $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDouiIndexer.FieldType
Deprecated.static class
IDouiIndexer.StatusFieldValues
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static String
FIELDNAME_INTRODUCTION_IMAGE
Deprecated.Name of the field used for the introduction image.static String
FIELDNAME_INTRODUCTION_IMAGE_FILE_ID
Deprecated.Name of the file identifier corresponding to the introduction image.static String
FIELDNAME_LANGUAGE
Deprecated.static String
FIELDNAME_LANGUAGE_ALL_VALUE
Deprecated.static String
FIELDNAME_PORTALDATAPATH
Deprecated.static String
FIELDNAME_PRINCIPAL
Deprecated.static String
FIELDNAME_PUBLISH_START_DATE
Deprecated.Name of the field used for the publish start date.static String
FIELDNAME_SERVICEINSTANCEID
Deprecated.static String
FIELDNAME_SERVICEINSTANCEID_DEFAULT_VALUE
Deprecated.static String
FIELDNAME_SOURCE_SERVICEINSTANCEID
Deprecated.Field used to store the service instance identifier of the the source the data belongs to.static String
FIELDNAME_STATUS
Deprecated.
-
-
-
Field Detail
-
FIELDNAME_PORTALDATAPATH
static final String FIELDNAME_PORTALDATAPATH
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_SERVICEINSTANCEID
static final String FIELDNAME_SERVICEINSTANCEID
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_SOURCE_SERVICEINSTANCEID
static final String FIELDNAME_SOURCE_SERVICEINSTANCEID
Deprecated.Field used to store the service instance identifier of the the source the data belongs to.- Since:
- 4.2.0
- See Also:
- Constant Field Values
-
FIELDNAME_SERVICEINSTANCEID_DEFAULT_VALUE
static final String FIELDNAME_SERVICEINSTANCEID_DEFAULT_VALUE
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_PRINCIPAL
static final String FIELDNAME_PRINCIPAL
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_STATUS
static final String FIELDNAME_STATUS
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_LANGUAGE
static final String FIELDNAME_LANGUAGE
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_LANGUAGE_ALL_VALUE
static final String FIELDNAME_LANGUAGE_ALL_VALUE
Deprecated.- See Also:
- Constant Field Values
-
FIELDNAME_PUBLISH_START_DATE
static final String FIELDNAME_PUBLISH_START_DATE
Deprecated.Name of the field used for the publish start date.- Since:
- 6.0.0
- See Also:
- Constant Field Values
-
FIELDNAME_INTRODUCTION_IMAGE
static final String FIELDNAME_INTRODUCTION_IMAGE
Deprecated.Name of the field used for the introduction image.- Since:
- 6.0.0
- See Also:
- Constant Field Values
-
FIELDNAME_INTRODUCTION_IMAGE_FILE_ID
static final String FIELDNAME_INTRODUCTION_IMAGE_FILE_ID
Deprecated.Name of the file identifier corresponding to the introduction image.- Since:
- 8.1.0
- See Also:
- Constant Field Values
-
-