Uses of Class
org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
Packages that use FetchSubPhase.HitContext Package Description org.elasticsearch.search.fetch org.elasticsearch.search.fetch.subphase org.elasticsearch.search.fetch.subphase.highlight -
-
Uses of FetchSubPhase.HitContext in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch with parameters of type FetchSubPhase.HitContext Modifier and Type Method Description default voidFetchSubPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc). -
Uses of FetchSubPhase.HitContext in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase with parameters of type FetchSubPhase.HitContext Modifier and Type Method Description voidExplainFetchSubPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)voidFetchSourceSubPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext) -
Uses of FetchSubPhase.HitContext in org.elasticsearch.search.fetch.subphase.highlight
Fields in org.elasticsearch.search.fetch.subphase.highlight declared as FetchSubPhase.HitContext Modifier and Type Field Description FetchSubPhase.HitContextHighlighterContext. hitContextConstructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type FetchSubPhase.HitContext Constructor Description HighlighterContext(String fieldName, SearchContextHighlight.Field field, MappedFieldType fieldType, SearchShardTarget shardTarget, QueryShardContext context, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext, Query query)
-