public static class OffsetsEnum.OfMatchesIterator extends OffsetsEnum
MatchesIterator
; does not look at submatches.OffsetsEnum.MultiOffsetsEnum, OffsetsEnum.OfMatchesIterator, OffsetsEnum.OfMatchesIteratorWithSubs, OffsetsEnum.OfPostings
EMPTY
Constructor and Description |
---|
OfMatchesIterator(MatchesIterator matchesIterator,
Supplier<BytesRef> termSupplier) |
Modifier and Type | Method and Description |
---|---|
int |
endOffset() |
int |
freq()
An estimate of the number of occurrences of this term/OffsetsEnum.
|
BytesRef |
getTerm()
The term at this position.
|
boolean |
nextPosition()
Advances to the next position and returns true, or if can't then returns false.
|
int |
startOffset() |
close, compareTo, toString
public OfMatchesIterator(MatchesIterator matchesIterator, Supplier<BytesRef> termSupplier)
public boolean nextPosition() throws IOException
OffsetsEnum
nextPosition
in class OffsetsEnum
IOException
public int freq() throws IOException
OffsetsEnum
freq
in class OffsetsEnum
IOException
public BytesRef getTerm() throws IOException
OffsetsEnum
getTerm
in class OffsetsEnum
IOException
Passage.getMatchTerms()
public int startOffset() throws IOException
startOffset
in class OffsetsEnum
IOException
public int endOffset() throws IOException
endOffset
in class OffsetsEnum
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.