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.ExcerptSearchOptions.Excerpt. HIGHLIGHTAn excerpt that shows the matched text strings highlightedstatic SearchOptions.ExcerptSearchOptions.Excerpt. HIGHLIGHT_UNESCAPEDAn excerpt is highlighted but NOT HTML escaped.static SearchOptions.ExcerptSearchOptions.Excerpt. INDEXEDAn excerpt that displays a small initial segment of the indexed contentstatic SearchOptions.ExcerptSearchOptions.Excerpt. INDEXED_UNESCAPEDAn Excerpt that displays a small initial segment of the indexed content, but NOT HTML escapedstatic SearchOptions.ExcerptSearchOptions.Excerpt. NONEAn 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_INMethods in com.atlassian.confluence.api.model.search that return SearchOptions.Excerpt Modifier and Type Method Description SearchOptions.ExcerptSearchOptions. getExcerptStrategy()Methods in com.atlassian.confluence.api.model.search with parameters of type SearchOptions.Excerpt Modifier and Type Method Description SearchOptions.BuilderSearchOptions.Builder. excerptStrategy(SearchOptions.Excerpt excerpt)
-