Class MatchHighlighter.QueryOffsetRange

    • Field Detail

      • query

        public final Query query
    • Method Detail

      • slice

        public MatchHighlighter.QueryOffsetRange slice​(int from,
                                                       int to)
        Description copied from class: OffsetRange
        Returns a sub-range of this range (a copy). Subclasses should override and return an appropriate type covariant so that payloads are not lost.
        Overrides:
        slice in class OffsetRange