public interface IDouiIndexer
Modifier and Type | Interface and Description |
---|---|
static class |
IDouiIndexer.FieldType |
static class |
IDouiIndexer.StatusFieldValues |
Modifier and Type | Field and Description |
---|---|
static String |
FIELDNAME_INTRODUCTION_IMAGE
Name of the field used for the introduction image.
|
static String |
FIELDNAME_LANGUAGE |
static String |
FIELDNAME_LANGUAGE_ALL_VALUE |
static String |
FIELDNAME_PORTALDATAPATH |
static String |
FIELDNAME_PRINCIPAL |
static String |
FIELDNAME_PUBLISH_START_DATE
Name of the field used for the publish start date.
|
static String |
FIELDNAME_SERVICEINSTANCEID |
static String |
FIELDNAME_SERVICEINSTANCEID_DEFAULT_VALUE |
static String |
FIELDNAME_SOURCE_SERVICEINSTANCEID
Field used to store the service instance identifier of the the source
the data belongs to.
|
static String |
FIELDNAME_STATUS |
Modifier and Type | Method and Description |
---|---|
void |
addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig) |
void |
indexServiceInstance(SessionConfig sessionConfig,
String serviceInstanceId,
boolean localServerOnly,
ITransaction transaction)
Deprecated.
Since 4.2.2, replaced by
indexServiceInstance(SessionConfig, String, ITransaction) |
void |
indexServiceInstance(SessionConfig sessionConfig,
String serviceInstanceId,
ITransaction transaction)
Indexes a service instance, recreating all its indices.
|
void |
removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig) |
void |
removeSearchContentsByServiceInstanceId(String serviceInstanceId,
Source source,
DouiIndexConfig douiIndexConfig) |
static final String FIELDNAME_PORTALDATAPATH
static final String FIELDNAME_SERVICEINSTANCEID
static final String FIELDNAME_SOURCE_SERVICEINSTANCEID
static final String FIELDNAME_SERVICEINSTANCEID_DEFAULT_VALUE
static final String FIELDNAME_PRINCIPAL
static final String FIELDNAME_STATUS
static final String FIELDNAME_LANGUAGE
static final String FIELDNAME_LANGUAGE_ALL_VALUE
static final String FIELDNAME_PUBLISH_START_DATE
static final String FIELDNAME_INTRODUCTION_IMAGE
void addSearchContent(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig) throws PortalException
PortalException
void removeSearchContents(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig) throws PortalException
PortalException
void removeSearchContentsByServiceInstanceId(String serviceInstanceId, Source source, DouiIndexConfig douiIndexConfig) throws PortalException
PortalException
@Deprecated void indexServiceInstance(SessionConfig sessionConfig, String serviceInstanceId, boolean localServerOnly, ITransaction transaction) throws PortalException
indexServiceInstance(SessionConfig, String, ITransaction)
sessionConfig
- the user session information.serviceInstanceId
- the service instance's identifier.localServerOnly
- if true the indexing is not replicated to other
servers in the cluster.transaction
- the transaction for persistence access.PortalException
void indexServiceInstance(SessionConfig sessionConfig, String serviceInstanceId, ITransaction transaction) throws PortalException
sessionConfig
- the user session information.serviceInstanceId
- the service instance's identifier.transaction
- the transaction for persistence access.PortalException
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.