Package | Description |
---|---|
com.atlassian.confluence.api.model.search |
Modifier and Type | Field and Description |
---|---|
static SearchOptions.Excerpt |
SearchOptions.Excerpt.HIGHLIGHT
An excerpt that shows the matched text strings highlighted
|
static 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 content
|
static SearchOptions.Excerpt |
SearchOptions.Excerpt.INDEXED_UNESCAPED
An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escaped
|
static SearchOptions.Excerpt |
SearchOptions.Excerpt.NONE
An excerpt of the result is not required
|
Modifier and Type | Field and Description |
---|---|
static List<SearchOptions.Excerpt> |
SearchOptions.Excerpt.BUILT_IN |
Modifier and Type | Method and Description |
---|---|
SearchOptions.Excerpt |
SearchOptions.getExcerptStrategy() |
Modifier and Type | Method and Description |
---|---|
SearchOptions.Builder |
SearchOptions.Builder.excerptStrategy(SearchOptions.Excerpt excerpt) |
Copyright © 2003–2018 Atlassian. All rights reserved.