Uses of Class
com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
-
Packages that use SearchOptions.Excerpt Package Description com.atlassian.confluence.api.model.search -
-
Uses of SearchOptions.Excerpt in com.atlassian.confluence.api.model.search
Fields in com.atlassian.confluence.api.model.search declared as SearchOptions.Excerpt Modifier and Type Field Description static SearchOptions.Excerpt
SearchOptions.Excerpt. HIGHLIGHT
An excerpt that shows the matched text strings highlightedstatic SearchOptions.Excerpt
SearchOptions.Excerpt. HIGHLIGHT_UNESCAPED
An excerpt is highlighted but NOT HTML escaped.static SearchOptions.Excerpt
SearchOptions.Excerpt. INDEXED
An excerpt that displays a small initial segment of the indexed contentstatic SearchOptions.Excerpt
SearchOptions.Excerpt. INDEXED_UNESCAPED
An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escapedstatic SearchOptions.Excerpt
SearchOptions.Excerpt. NONE
An excerpt of the result is not requiredFields in com.atlassian.confluence.api.model.search with type parameters of type SearchOptions.Excerpt Modifier and Type Field Description static List<SearchOptions.Excerpt>
SearchOptions.Excerpt. BUILT_IN
Methods in com.atlassian.confluence.api.model.search that return SearchOptions.Excerpt Modifier and Type Method Description SearchOptions.Excerpt
SearchOptions. getExcerptStrategy()
Methods in com.atlassian.confluence.api.model.search with parameters of type SearchOptions.Excerpt Modifier and Type Method Description SearchOptions.Builder
SearchOptions.Builder. excerptStrategy(SearchOptions.Excerpt excerpt)
-