Class HighlighterContext
- java.lang.Object
-
- org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
-
public class HighlighterContext extends Object
-
-
Field Summary
Fields Modifier and Type Field Description QueryShardContextcontextSearchContextHighlight.FieldfieldStringfieldNameMappedFieldTypefieldTypeSearchContextHighlighthighlightFetchSubPhase.HitContexthitContextQueryquerySearchShardTargetshardTarget
-
Constructor Summary
Constructors Constructor Description HighlighterContext(String fieldName, SearchContextHighlight.Field field, MappedFieldType fieldType, SearchShardTarget shardTarget, QueryShardContext context, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext, Query query)
-
-
-
Field Detail
-
fieldName
public final String fieldName
-
field
public final SearchContextHighlight.Field field
-
fieldType
public final MappedFieldType fieldType
-
shardTarget
public final SearchShardTarget shardTarget
-
context
public final QueryShardContext context
-
highlight
public final SearchContextHighlight highlight
-
hitContext
public final FetchSubPhase.HitContext hitContext
-
query
public final Query query
-
-
Constructor Detail
-
HighlighterContext
public HighlighterContext(String fieldName, SearchContextHighlight.Field field, MappedFieldType fieldType, SearchShardTarget shardTarget, QueryShardContext context, SearchContextHighlight highlight, FetchSubPhase.HitContext hitContext, Query query)
-
-