ISourceSearchContentFiller
has been deprecated and this interface is
used only for backwards compatibility when legacy ISourceSearchContentFiller
implementations are used. The
replacement for this interface for use with ISourceBigDataPersister
(ISourceSearchContentFiller
replacement) is to implement in the respective data type the
ISourceFieldDataType.getDocumentFieldValues(Object)
and
ISourceFieldDataType.getDocumentTypeFieldTemplates()
methods.@Deprecated @StableMinor(version="12.3", sinceVersion="4.2.2") public interface ISearchable
Modifier and Type | Method and Description |
---|---|
Collection<SearchContentAttachment> |
getSearchContentAttachments()
Deprecated.
Returns the search content attachments to be used for indexing this object.
|
List<SearchContentField> |
getSearchContentFields()
Deprecated.
Returns the search content fields to be used for indexing this object.
|
List<SearchContentField> getSearchContentFields()
Note that the actual search content fields used are decided by the
ISourceSearchContentFiller
implementation
used in the source. It may or may not use the fields returned by this
method. This method provides only the default recommended search fields
for this data.
null
.
May return an empty collection if no field is to be used for indexing
this object.Collection<SearchContentAttachment> getSearchContentAttachments()
Must never return null
. May return an empty collection if
no attachment is to be used for indexing this object.
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.