| Package | Description |
|---|---|
| com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HightlightParams
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHighlightParams |
| Modifier and Type | Field and Description |
|---|---|
protected Optional<HighlightParams> |
AbstractSearch.Builder.highlightParams |
protected Optional<? extends HighlightParams> |
AbstractSearch.optionalHighlightParams |
| Modifier and Type | Method and Description |
|---|---|
default Optional<? extends HighlightParams> |
ISearch.getHighlight()
Provides indication as well as pre/post tag whether query terms should be highlighted in title and body of a
search result.
|
Optional<? extends HighlightParams> |
AbstractSearch.getHighlight() |
| Modifier and Type | Method and Description |
|---|---|
AbstractSearch.Builder |
AbstractSearch.Builder.optionalHighlightParams(Optional<HighlightParams> highlightParams) |
| Constructor and Description |
|---|
AbstractSearch(SearchQuery query,
Iterable<SearchSort> sorts,
SearchFilter searchFilter,
int startOffset,
int limit,
Optional<? extends HighlightParams> optionalHighlightParams) |
Search(SearchQuery query,
Iterable<SearchSort> sort,
SearchFilter searchFilter,
int startOffset,
int limit,
Optional<? extends HighlightParams> highlightParams)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.