Uses of Class
org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.Field
-
Packages that use SearchContextHighlight.Field Package Description org.elasticsearch.search.fetch.subphase.highlight -
-
Uses of SearchContextHighlight.Field in org.elasticsearch.search.fetch.subphase.highlight
Fields in org.elasticsearch.search.fetch.subphase.highlight declared as SearchContextHighlight.Field Modifier and Type Field Description SearchContextHighlight.FieldHighlighterContext. fieldMethods in org.elasticsearch.search.fetch.subphase.highlight that return types with arguments of type SearchContextHighlight.Field Modifier and Type Method Description Collection<SearchContextHighlight.Field>SearchContextHighlight. fields()Methods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchContextHighlight.Field Modifier and Type Method Description booleanSearchContextHighlight. forceSource(SearchContextHighlight.Field field)protected BreakIteratorUnifiedHighlighter. getBreakIterator(SearchContextHighlight.Field field)protected PassageFormatterUnifiedHighlighter. getPassageFormatter(FetchSubPhase.HitContext hitContext, SearchContextHighlight.Field field, Encoder encoder)protected List<Object>UnifiedHighlighter. loadFieldValues(MappedFieldType fieldType, SearchContextHighlight.Field field, QueryShardContext context, FetchSubPhase.HitContext hitContext, boolean forceSource)Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchContextHighlight.Field Constructor Description HighlighterContext(String fieldName, SearchContextHighlight.Field field, MappedFieldType fieldType, SearchShardTarget shardTarget, QueryShardContext context, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext, Query query)Constructor parameters in org.elasticsearch.search.fetch.subphase.highlight with type arguments of type SearchContextHighlight.Field Constructor Description SearchContextHighlight(Collection<SearchContextHighlight.Field> fields)
-