Class MatchHighlighter.QueryOffsetRange

java.lang.Object
org.apache.lucene.search.matchhighlight.OffsetRange
org.apache.lucene.search.matchhighlight.MatchHighlighter.QueryOffsetRange
All Implemented Interfaces:
Cloneable
Enclosing class:
MatchHighlighter

public static class MatchHighlighter.QueryOffsetRange extends OffsetRange
An OffsetRange of a match, together with the source query that caused it.
  • Field Details

    • query

      public final Query query
  • Method Details

    • 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