Uses of Class
lumis.search.SearchContent
-
Packages that use SearchContent Package Description lumis.content.search lumis.doui.search lumis.search -
-
Uses of SearchContent in lumis.content.search
Methods in lumis.content.search that return types with arguments of type SearchContent Modifier and Type Method Description List<SearchContent>
ContentTabularSourceSearchContentFiller. getSearchContentsForAdd()
Deprecated.List<SearchContent>
ContentTabularSourceSearchContentFiller. getSearchContentsForRemove()
Deprecated.Method parameters in lumis.content.search with type arguments of type SearchContent Modifier and Type Method Description static List<? extends Document>
SearchContentConverter. convertSearchContentsToDocuments(List<SearchContent> searchContents)
Converts search contents into documents. -
Uses of SearchContent in lumis.doui.search
Fields in lumis.doui.search with type parameters of type SearchContent Modifier and Type Field Description protected List<SearchContent>
DouiTabularSourceSearchContentFiller. searchContents
Deprecated.Methods in lumis.doui.search that return types with arguments of type SearchContent Modifier and Type Method Description List<SearchContent>
DouiTabularSourceSearchContentFiller. getSearchContentsForAdd()
Deprecated.List<SearchContent>
ISourceSearchContentFiller. getSearchContentsForAdd()
Deprecated.List<SearchContent>
DouiTabularSourceSearchContentFiller. getSearchContentsForRemove()
Deprecated.List<SearchContent>
ISourceSearchContentFiller. getSearchContentsForRemove()
Deprecated.Methods in lumis.doui.search with parameters of type SearchContent Modifier and Type Method Description protected void
DouiTabularSourceSearchContentFiller. addIdField(SearchContent searchContent, String searchContentId)
Deprecated. -
Uses of SearchContent in lumis.search
Methods in lumis.search that return SearchContent Modifier and Type Method Description SearchContent
SearchContent. clone()
Deprecated.SearchContent
SearchHit. getSearchContent()
Deprecated.Returns aSearchContent
object related to the hit, containing allfields
.Constructors in lumis.search with parameters of type SearchContent Constructor Description SearchContent(SearchContent searchContent)
Deprecated.Constructs an instance ofSearchContent
cloning theSearchContentField
s of anotherSearchContent
object.
-