|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="4.2.2") public interface ISearchable
Interface to be implemented by data objects that may be indexed and searched.
Method Summary | |
---|---|
Collection<SearchContentAttachment> |
getSearchContentAttachments()
Returns the search content attachments to be used for indexing this object. |
List<SearchContentField> |
getSearchContentFields()
Returns the search content fields to be used for indexing this object. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |