Package lumis.content.search
Class ContentTabularSourceSearchContentFiller
- java.lang.Object
-
- lumis.doui.search.DouiTabularSourceSearchContentFiller
-
- lumis.content.search.ContentTabularSourceSearchContentFiller
-
- All Implemented Interfaces:
ISourceSearchContentFiller
@Deprecated public class ContentTabularSourceSearchContentFiller extends DouiTabularSourceSearchContentFiller
Deprecated.Since 8.1.0,ISourceSearchContentFiller
was deprecated. Consider usingContentTableSourceBigDataPersister
instead.ISourceSearchContentFiller
generic implementation for Content services.- Since:
- 4.0.0
- Version:
- $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<ContentPublication>
contentPublications
Deprecated.Stores the content publications being indexed.protected ContentTableSource
contentSource
Deprecated.-
Fields inherited from class lumis.doui.search.DouiTabularSourceSearchContentFiller
initialized, primaryKeyValues, searchableFields, searchContents, sourceData, tabularSource
-
-
Constructor Summary
Constructors Constructor Description ContentTabularSourceSearchContentFiller()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
addIdField()
Deprecated.protected void
addLanguageField()
Deprecated.void
addPrincipalField()
Deprecated.Adds theIDouiIndexer.FIELDNAME_PRINCIPAL
field to theSearchContent
being indexed.protected void
addServiceInstanceField(boolean forAdd)
Deprecated.protected void
addStatusField()
Deprecated.protected void
addUrlField()
Deprecated.protected List<String>
getContentIds()
Deprecated.List<SearchContent>
getSearchContentsForAdd()
Deprecated.List<SearchContent>
getSearchContentsForRemove()
Deprecated.void
init(ISourceData sourceData, Source source)
Deprecated.-
Methods inherited from class lumis.doui.search.DouiTabularSourceSearchContentFiller
addAttachmentGroup, addField, addFieldGroup, addFieldGroups, addIdField, addPortalConfigPathField, addPublishStartDateField, addSearchableFields, addSubtitleField, addTitleField, getContentUrl, getHyperlinkItemId, getPrimaryKeyValues, getSearchContentIds, parseField
-
-
-
-
Field Detail
-
contentSource
protected ContentTableSource contentSource
Deprecated.
-
contentPublications
protected Collection<ContentPublication> contentPublications
Deprecated.Stores the content publications being indexed. Used only during add.- Since:
- 4.2.0
-
-
Method Detail
-
init
public void init(ISourceData sourceData, Source source) throws PortalException
Deprecated.- Specified by:
init
in interfaceISourceSearchContentFiller
- Overrides:
init
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
getSearchContentsForAdd
public List<SearchContent> getSearchContentsForAdd() throws PortalException
Deprecated.- Specified by:
getSearchContentsForAdd
in interfaceISourceSearchContentFiller
- Overrides:
getSearchContentsForAdd
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
getSearchContentsForRemove
public List<SearchContent> getSearchContentsForRemove() throws PortalException
Deprecated.- Specified by:
getSearchContentsForRemove
in interfaceISourceSearchContentFiller
- Overrides:
getSearchContentsForRemove
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
addUrlField
protected void addUrlField() throws PortalException
Deprecated.This implementation does nothing. URLs for metadata contents are defined by the
addMetaDataFields()
method.- Overrides:
addUrlField
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
addPrincipalField
public void addPrincipalField() throws PortalException
Deprecated.Description copied from class:DouiTabularSourceSearchContentFiller
Adds theIDouiIndexer.FIELDNAME_PRINCIPAL
field to theSearchContent
being indexed. By default adds theGroupConfig.GROUP_ALL_USERS_ID
as the principal.- Overrides:
addPrincipalField
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
getContentIds
protected List<String> getContentIds()
Deprecated.- Overrides:
getContentIds
in classDouiTabularSourceSearchContentFiller
-
addIdField
protected void addIdField() throws PortalException
Deprecated.- Overrides:
addIdField
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
addStatusField
protected void addStatusField() throws PortalException
Deprecated.- Overrides:
addStatusField
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
addServiceInstanceField
protected void addServiceInstanceField(boolean forAdd) throws PortalException
Deprecated.- Overrides:
addServiceInstanceField
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
addLanguageField
protected void addLanguageField() throws PortalException
Deprecated.- Overrides:
addLanguageField
in classDouiTabularSourceSearchContentFiller
- Throws:
PortalException
-
-