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.ExcerptSearchOptions.Excerpt.HIGHLIGHTAn excerpt that shows the matched text strings highlightedstatic final SearchOptions.ExcerptSearchOptions.Excerpt.HIGHLIGHT_UNESCAPEDAn excerpt is highlighted but NOT HTML escaped.static final SearchOptions.ExcerptSearchOptions.Excerpt.INDEXEDAn excerpt that displays a small initial segment of the indexed contentstatic final SearchOptions.ExcerptSearchOptions.Excerpt.INDEXED_UNESCAPEDAn Excerpt that displays a small initial segment of the indexed content, but NOT HTML escapedstatic final SearchOptions.ExcerptSearchOptions.Excerpt.NONEAn 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_INMethods 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)