public static class AssertingLeafReader.AssertingImpactsEnum extends ImpactsEnum
ImpactsEnum
with additional checksALL, FREQS, NONE, OFFSETS, PAYLOADS, POSITIONS
NO_MORE_DOCS
Modifier and Type | Method and Description |
---|---|
int |
advance(int target) |
void |
advanceShallow(int target) |
long |
cost() |
int |
docID() |
int |
endOffset() |
int |
freq() |
Impacts |
getImpacts() |
BytesRef |
getPayload() |
int |
nextDoc() |
int |
nextPosition() |
int |
startOffset() |
featureRequested
all, empty, range, slowAdvance
public void advanceShallow(int target) throws IOException
IOException
public Impacts getImpacts() throws IOException
IOException
public int freq() throws IOException
freq
in class PostingsEnum
IOException
public int nextPosition() throws IOException
nextPosition
in class PostingsEnum
IOException
public int startOffset() throws IOException
startOffset
in class PostingsEnum
IOException
public int endOffset() throws IOException
endOffset
in class PostingsEnum
IOException
public BytesRef getPayload() throws IOException
getPayload
in class PostingsEnum
IOException
public int docID()
docID
in class DocIdSetIterator
public int nextDoc() throws IOException
nextDoc
in class DocIdSetIterator
IOException
public int advance(int target) throws IOException
advance
in class DocIdSetIterator
IOException
public long cost()
cost
in class DocIdSetIterator
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.