Uses of Class
lumis.search.SearchContentField
-
Packages that use SearchContentField Package Description lumis.doui.search lumis.doui.search.common lumis.doui.source.field.type lumis.search lumis.service.document.field lumis.service.media.field -
-
Uses of SearchContentField in lumis.doui.search
Subclasses of SearchContentField in lumis.doui.search Modifier and Type Class Description class
ServiceIdSearchContentField
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.Methods in lumis.doui.search with parameters of type SearchContentField Modifier and Type Method Description protected void
DouiTabularSourceSearchContentFiller. addField(SearchContentField field)
Deprecated.Method parameters in lumis.doui.search with type arguments of type SearchContentField Modifier and Type Method Description protected void
DouiTabularSourceSearchContentFiller. addFieldGroup(List<SearchContentField> fields)
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addFieldGroups(List<List<SearchContentField>> fields)
Deprecated. -
Uses of SearchContentField in lumis.doui.search.common
Methods in lumis.doui.search.common that return types with arguments of type SearchContentField Modifier and Type Method Description List<SearchContentField>
ISearchable. getSearchContentFields()
Deprecated.Returns the search content fields to be used for indexing this object. -
Uses of SearchContentField in lumis.doui.source.field.type
Methods in lumis.doui.source.field.type that return types with arguments of type SearchContentField Modifier and Type Method Description List<SearchContentField>
FileDataType.Data. getSearchContentFields()
Deprecated.List<SearchContentField>
FilesDataType.Data. getSearchContentFields()
Deprecated.List<SearchContentField>
HtmlDataType.Data. getSearchContentFields()
-
Uses of SearchContentField in lumis.search
Methods in lumis.search that return SearchContentField Modifier and Type Method Description SearchContentField
SearchContentField. clone()
Deprecated.static SearchContentField
SearchContentField. createIdField(String value)
Deprecated.Creates anidentifier field
with the given value.static SearchContentField
SearchContentField. createSubtitleField(String value)
Deprecated.Creates ansubtitle field
with the given value.static SearchContentField
SearchContentField. createTextField(String value)
Deprecated.Creates antext field
with the given value.static SearchContentField
SearchContentField. createTitleField(String value)
Deprecated.Creates antitle field
with the given value.static SearchContentField
SearchContentField. createUrlField(String value)
Deprecated.Creates anURL field
with the given value.Methods in lumis.search that return types with arguments of type SearchContentField Modifier and Type Method Description List<SearchContentField>
SearchContent. getAllFields()
Deprecated.Returns a collection of all fields.List<SearchContentField>
SearchContent. getFields(String fieldName)
Deprecated.Returns a collection of fields with the given name.Methods in lumis.search with parameters of type SearchContentField Modifier and Type Method Description void
SearchContent. addField(SearchContentField field)
Deprecated.Adds aSearchContentField
to the field collection. -
Uses of SearchContentField in lumis.service.document.field
Methods in lumis.service.document.field that return types with arguments of type SearchContentField Modifier and Type Method Description List<SearchContentField>
DocumentDataType.Data. getSearchContentFields()
-
Uses of SearchContentField in lumis.service.media.field
Methods in lumis.service.media.field that return types with arguments of type SearchContentField Modifier and Type Method Description List<SearchContentField>
MediaDataType.Data. getSearchContentFields()
-