Uses of Interface
com.atlassian.confluence.search.v2.HightlightParams
-
Packages that use HightlightParams Package Description com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of HightlightParams in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement HightlightParams Modifier and Type Class Description class
DefaultHighlightParams
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type HightlightParams Modifier and Type Method Description Optional<HightlightParams>
DefaultSearchWithToken. getHighlight()
default Optional<HightlightParams>
ISearch. getHighlight()
Provides indication as well as pre/post tag whether query terms should be highlighted in title and body of a search result.
-