Class PhraseHelper.SpanCollectedOffsetsEnum
java.lang.Object
org.apache.lucene.search.uhighlight.OffsetsEnum
org.apache.lucene.search.uhighlight.PhraseHelper.SpanCollectedOffsetsEnum
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Comparable<OffsetsEnum>
- Enclosing class:
- PhraseHelper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.uhighlight.OffsetsEnum
OffsetsEnum.MultiOffsetsEnum, OffsetsEnum.OfMatchesIterator, OffsetsEnum.OfMatchesIteratorWithSubs, OffsetsEnum.OfPostings
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]
private int
private int
private final int[]
private final BytesRef
Fields inherited from class org.apache.lucene.search.uhighlight.OffsetsEnum
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
add
(int startOffset, int endOffset) int
int
freq()
An estimate of the number of occurrences of this term/OffsetsEnum.getTerm()
The term at this position.boolean
Advances to the next position and returns true, or if can't then returns false.int
Methods inherited from class org.apache.lucene.search.uhighlight.OffsetsEnum
close, compareTo, toString
-
Field Details
-
term
-
startOffsets
private final int[] startOffsets -
endOffsets
private final int[] endOffsets -
numPairs
private int numPairs -
enumIdx
private int enumIdx
-
-
Constructor Details
-
SpanCollectedOffsetsEnum
-
-
Method Details
-
add
void add(int startOffset, int endOffset) -
nextPosition
Description copied from class:OffsetsEnum
Advances to the next position and returns true, or if can't then returns false. Note that the initial state of this class is not positioned.- Specified by:
nextPosition
in classOffsetsEnum
- Throws:
IOException
-
freq
Description copied from class:OffsetsEnum
An estimate of the number of occurrences of this term/OffsetsEnum.- Specified by:
freq
in classOffsetsEnum
- Throws:
IOException
-
getTerm
Description copied from class:OffsetsEnum
The term at this position. This BytesRef is safe to continue to refer to, even after we move to the next position.- Specified by:
getTerm
in classOffsetsEnum
- Throws:
IOException
- See Also:
-
startOffset
- Specified by:
startOffset
in classOffsetsEnum
- Throws:
IOException
-
endOffset
- Specified by:
endOffset
in classOffsetsEnum
- Throws:
IOException
-