Class HighlightUtils
java.lang.Object
org.elasticsearch.search.fetch.subphase.highlight.HighlightUtils
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionloadFieldValues(MappedFieldType fieldType, SearchExecutionContext searchContext, FetchSubPhase.HitContext hitContext, boolean forceSource)
Load field values for highlighting.
-
Field Details
-
PARAGRAPH_SEPARATOR
public static final char PARAGRAPH_SEPARATOR- See Also:
- Constant Field Values
-
NULL_SEPARATOR
public static final char NULL_SEPARATOR- See Also:
- Constant Field Values
-
-
Method Details
-
loadFieldValues
public static List<Object> loadFieldValues(MappedFieldType fieldType, SearchExecutionContext searchContext, FetchSubPhase.HitContext hitContext, boolean forceSource) throws IOExceptionLoad field values for highlighting.- Throws:
IOException
-