Uses of Class
com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
Packages that use SearchOptions.Excerpt
-
Uses of SearchOptions.Excerpt in com.atlassian.confluence.api.model.search
Fields in com.atlassian.confluence.api.model.search declared as SearchOptions.ExcerptModifier and TypeFieldDescriptionstatic final SearchOptions.Excerpt
SearchOptions.Excerpt.HIGHLIGHT
An excerpt that shows the matched text strings highlightedstatic final SearchOptions.Excerpt
SearchOptions.Excerpt.HIGHLIGHT_UNESCAPED
An excerpt is highlighted but NOT HTML escaped.static final SearchOptions.Excerpt
SearchOptions.Excerpt.INDEXED
An excerpt that displays a small initial segment of the indexed contentstatic final SearchOptions.Excerpt
SearchOptions.Excerpt.INDEXED_UNESCAPED
An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escapedstatic final 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.ExcerptModifier and TypeFieldDescriptionstatic final List<SearchOptions.Excerpt>
SearchOptions.Excerpt.BUILT_IN
Methods in com.atlassian.confluence.api.model.search that return SearchOptions.ExcerptMethods in com.atlassian.confluence.api.model.search with parameters of type SearchOptions.ExcerptModifier and TypeMethodDescriptionSearchOptions.Builder.excerptStrategy
(SearchOptions.Excerpt excerpt)