Class SearchOptions.Excerpt
java.lang.Object
com.atlassian.confluence.api.model.BaseApiEnum
com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
- All Implemented Interfaces:
ApiEnum
- Enclosing class:
- SearchOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<SearchOptions.Excerpt>
static final SearchOptions.Excerpt
An excerpt that shows the matched text strings highlightedstatic final SearchOptions.Excerpt
An excerpt is highlighted but NOT HTML escaped.static final SearchOptions.Excerpt
An excerpt that displays a small initial segment of the indexed contentstatic final SearchOptions.Excerpt
An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escapedstatic final SearchOptions.Excerpt
An excerpt of the result is not requiredFields inherited from class com.atlassian.confluence.api.model.BaseApiEnum
value
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HIGHLIGHT
An excerpt that shows the matched text strings highlighted -
INDEXED
An excerpt that displays a small initial segment of the indexed content -
NONE
An excerpt of the result is not required -
HIGHLIGHT_UNESCAPED
An excerpt is highlighted but NOT HTML escaped. -
INDEXED_UNESCAPED
An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escaped -
BUILT_IN
-
-
Constructor Details
-
Excerpt
-