Class HighlightsMatch.Hit

    • Field Detail

      • startPosition

        public final int startPosition
        The start position
      • startOffset

        public final int startOffset
        The start offset
      • endPosition

        public final int endPosition
        The end positions
      • endOffset

        public final int endOffset
        The end offset
    • Constructor Detail

      • Hit

        public Hit​(int startPosition,
                   int startOffset,
                   int endPosition,
                   int endOffset)