| Package | Description |
|---|---|
| org.elasticsearch.percolator | |
| org.elasticsearch.search.highlight | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
SearchContextHighlight |
PercolateContext.highlight() |
| Modifier and Type | Method and Description |
|---|---|
void |
PercolateContext.highlight(SearchContextHighlight highlight) |
| Modifier and Type | Method and Description |
|---|---|
SearchContextHighlight |
HighlighterParseElement.parse(XContentParser parser,
IndexQueryParserService queryParserService) |
| Modifier and Type | Method and Description |
|---|---|
SearchContextHighlight |
SubSearchContext.highlight() |
SearchContextHighlight |
FilteredSearchContext.highlight() |
SearchContextHighlight |
DefaultSearchContext.highlight() |
abstract SearchContextHighlight |
SearchContext.highlight() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubSearchContext.highlight(SearchContextHighlight highlight) |
void |
FilteredSearchContext.highlight(SearchContextHighlight highlight) |
void |
DefaultSearchContext.highlight(SearchContextHighlight highlight) |
abstract void |
SearchContext.highlight(SearchContextHighlight highlight) |
Copyright © 2009–2017. All rights reserved.