Class FragmentBuilderHelper
- java.lang.Object
-
- org.elasticsearch.search.fetch.subphase.highlight.FragmentBuilderHelper
-
public final class FragmentBuilderHelper extends Object
Simple helper class forFastVectorHighlighterFragmentsBuilderimplementations.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FieldFragList.WeightedFragInfofixWeightedFragInfo(MappedFieldType fieldType, Field[] values, FieldFragList.WeightedFragInfo fragInfo)Fixes problems with broken analysis chains if positions and offsets are messed up that can lead toStringIndexOutOfBoundsExceptionin theFastVectorHighlighter
-
-
-
Method Detail
-
fixWeightedFragInfo
public static FieldFragList.WeightedFragInfo fixWeightedFragInfo(MappedFieldType fieldType, Field[] values, FieldFragList.WeightedFragInfo fragInfo)
Fixes problems with broken analysis chains if positions and offsets are messed up that can lead toStringIndexOutOfBoundsExceptionin theFastVectorHighlighter
-
-