Class PassageFormatter.SlicePoint
- java.lang.Object
-
- org.apache.lucene.search.matchhighlight.PassageFormatter.SlicePoint
-
- Enclosing class:
- PassageFormatter
static class PassageFormatter.SlicePoint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
PassageFormatter.SlicePoint.Type
-
Field Summary
Fields Modifier and Type Field Description OffsetRange
marker
int
offset
PassageFormatter.SlicePoint.Type
type
-
Constructor Summary
Constructors Constructor Description SlicePoint(PassageFormatter.SlicePoint.Type t, int offset, OffsetRange m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
offset
public final int offset
-
type
public final PassageFormatter.SlicePoint.Type type
-
marker
public final OffsetRange marker
-
-
Constructor Detail
-
SlicePoint
public SlicePoint(PassageFormatter.SlicePoint.Type t, int offset, OffsetRange m)
-
-