Package | Description |
---|---|
org.elasticsearch.search.highlight |
Modifier and Type | Field and Description |
---|---|
SearchContextHighlight.Field |
HighlighterContext.field |
Modifier and Type | Method and Description |
---|---|
Collection<SearchContextHighlight.Field> |
SearchContextHighlight.fields() |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchContextHighlight.forceSource(SearchContextHighlight.Field field) |
Constructor and Description |
---|
HighlighterContext(String fieldName,
SearchContextHighlight.Field field,
FieldMapper<?> mapper,
SearchContext context,
FetchSubPhase.HitContext hitContext,
HighlighterContext.HighlightQuery query) |
Constructor and Description |
---|
SearchContextHighlight(Collection<SearchContextHighlight.Field> fields) |
Copyright © 2009–2015. All rights reserved.