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() |
abstract SearchContextHighlight |
SearchContext.highlight() |
SearchContextHighlight |
FilteredSearchContext.highlight() |
SearchContextHighlight |
DefaultSearchContext.highlight() |
Modifier and Type | Method and Description |
---|---|
void |
SubSearchContext.highlight(SearchContextHighlight highlight) |
abstract void |
SearchContext.highlight(SearchContextHighlight highlight) |
void |
FilteredSearchContext.highlight(SearchContextHighlight highlight) |
void |
DefaultSearchContext.highlight(SearchContextHighlight highlight) |
Copyright © 2009–2015. All rights reserved.