Uses of Class
org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
-
Packages that use SearchContextHighlight Package Description org.elasticsearch.search.fetch.subphase.highlight org.elasticsearch.search.internal -
-
Uses of SearchContextHighlight in org.elasticsearch.search.fetch.subphase.highlight
Fields in org.elasticsearch.search.fetch.subphase.highlight declared as SearchContextHighlight Modifier and Type Field Description SearchContextHighlightHighlighterContext. highlightMethods in org.elasticsearch.search.fetch.subphase.highlight that return SearchContextHighlight Modifier and Type Method Description SearchContextHighlightHighlightBuilder. build(QueryShardContext context)Methods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchContextHighlight Modifier and Type Method Description voidHighlightPhase. hitExecute(SearchShardTarget shardTarget, QueryShardContext context, Query query, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext)Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchContextHighlight Constructor Description HighlighterContext(String fieldName, SearchContextHighlight.Field field, MappedFieldType fieldType, SearchShardTarget shardTarget, QueryShardContext context, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext, Query query) -
Uses of SearchContextHighlight in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return SearchContextHighlight Modifier and Type Method Description SearchContextHighlightFilteredSearchContext. highlight()abstract SearchContextHighlightSearchContext. highlight()SearchContextHighlightSubSearchContext. highlight()Methods in org.elasticsearch.search.internal with parameters of type SearchContextHighlight Modifier and Type Method Description voidFilteredSearchContext. highlight(SearchContextHighlight highlight)abstract voidSearchContext. highlight(SearchContextHighlight highlight)voidSubSearchContext. highlight(SearchContextHighlight highlight)
-