Uses of Class
lumis.portal.bigdata.query.HighlightConfig
-
Packages that use HighlightConfig Package Description lumis.doui.search lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
). -
-
Uses of HighlightConfig in lumis.doui.search
Methods in lumis.doui.search that return HighlightConfig Modifier and Type Method Description protected HighlightConfig
SearchDataProvider. getHighlightConfiguration()
Returns the highlight configuration. -
Uses of HighlightConfig in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return HighlightConfig Modifier and Type Method Description HighlightConfig
HighlightConfig. addHighlightFields(String... highlightFieldIds)
Adds the given field identifiers as highlighted fields.HighlightConfig
HighlightConfig. addHighlightFields(Collection<String> highlightFieldIds)
Adds the given field identifiers as highlighted fields.HighlightConfig
SearchQuery. getHighlight()
Returns the highlight configuration.HighlightConfig
HighlightConfig. setEndHighlightTag(String endHighlightTag)
Sets the end highlight custom tag.HighlightConfig
HighlightConfig. setFragmentSize(Integer fragmentSize)
Sets the highlight fragment size.HighlightConfig
HighlightConfig. setNumberOfFragments(Integer numberOfFragments)
Sets the maximum number of fragments returned by the search.HighlightConfig
HighlightConfig. setStartHighlightTag(String startHighlightTag)
Sets the start highlight custom tag.Methods in lumis.portal.bigdata.query with parameters of type HighlightConfig Modifier and Type Method Description SearchQuery
SearchQuery. setHighlight(HighlightConfig highlight)
Sets the highlight configuration.
-