public final class OrdsSegmentTermsEnum extends TermsEnum
TermsEnum.SeekStatus| Modifier and Type | Method and Description |
|---|---|
int |
docFreq() |
BytesRef |
next() |
long |
ord() |
PostingsEnum |
postings(PostingsEnum reuse,
int flags) |
TermsEnum.SeekStatus |
seekCeil(BytesRef target) |
boolean |
seekExact(BytesRef target) |
void |
seekExact(BytesRef target,
TermState otherState) |
void |
seekExact(long targetOrd) |
BytesRef |
term() |
TermState |
termState() |
String |
toString() |
long |
totalTermFreq() |
attributes, postingspublic boolean seekExact(BytesRef target) throws IOException
seekExact in class TermsEnumIOExceptionpublic TermsEnum.SeekStatus seekCeil(BytesRef target) throws IOException
seekCeil in class TermsEnumIOExceptionpublic BytesRef next() throws IOException
IOExceptionpublic int docFreq()
throws IOException
docFreq in class TermsEnumIOExceptionpublic long totalTermFreq()
throws IOException
totalTermFreq in class TermsEnumIOExceptionpublic PostingsEnum postings(PostingsEnum reuse, int flags) throws IOException
postings in class TermsEnumIOExceptionpublic TermState termState() throws IOException
termState in class TermsEnumIOExceptionpublic void seekExact(long targetOrd)
throws IOException
seekExact in class TermsEnumIOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.