Class SearchHighlightContext
java.lang.Object
org.elasticsearch.search.fetch.subphase.highlight.SearchHighlightContext
public class SearchHighlightContext
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchHighlightContext.Fieldstatic classSearchHighlightContext.FieldOptions -
Constructor Summary
Constructors Constructor Description SearchHighlightContext(java.util.Collection<SearchHighlightContext.Field> fields)SearchHighlightContext(java.util.Collection<SearchHighlightContext.Field> fields, boolean globalForceSource) -
Method Summary
Modifier and Type Method Description java.util.Collection<SearchHighlightContext.Field>fields()booleanforceSource(SearchHighlightContext.Field field)
-
Constructor Details
-
SearchHighlightContext
-
SearchHighlightContext
public SearchHighlightContext(java.util.Collection<SearchHighlightContext.Field> fields, boolean globalForceSource)
-
-
Method Details