public final class OrdsSegmentTermsEnum
extends BaseTermsEnum
| Modifier and Type | Method and Description |
|---|---|
int |
docFreq() |
ImpactsEnum |
impacts(int flags) |
BytesRef |
next() |
long |
ord() |
PostingsEnum |
postings(PostingsEnum reuse,
int flags) |
SeekStatus |
seekCeil(BytesRef target) |
boolean |
seekExact(BytesRef target) |
void |
seekExact(BytesRef target,
TermState otherState) |
BytesRef |
term() |
TermState |
termState() |
java.lang.String |
toString() |
long |
totalTermFreq() |
public boolean seekExact(BytesRef target)
throws java.io.IOException
java.io.IOExceptionpublic SeekStatus seekCeil(BytesRef target)
throws java.io.IOException
java.io.IOExceptionpublic BytesRef next()
throws java.io.IOException
java.io.IOExceptionpublic BytesRef term()
public long ord()
public int docFreq()
throws java.io.IOException
java.io.IOExceptionpublic long totalTermFreq()
throws java.io.IOException
java.io.IOExceptionpublic PostingsEnum postings(PostingsEnum reuse,
int flags)
throws java.io.IOException
java.io.IOExceptionpublic ImpactsEnum impacts(int flags)
throws java.io.IOException
java.io.IOExceptionpublic void seekExact(BytesRef target,
TermState otherState)
public TermState termState()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
Data In Motion GmbH all rights reserved