public class UnInvertedField.DocToTerm extends Object implements Closeable
| Constructor and Description |
|---|
DocToTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
getBigTerms(int doc,
UnInvertedField.Callback target) |
void |
getSmallTerms(int doc,
UnInvertedField.Callback target) |
TermsEnum |
getTermsEnum() |
BytesRef |
lookupOrd(int ord) |
public DocToTerm()
throws IOException
IOExceptionpublic BytesRef lookupOrd(int ord) throws IOException
IOExceptionpublic TermsEnum getTermsEnum() throws IOException
IOExceptionpublic void getBigTerms(int doc,
UnInvertedField.Callback target)
throws IOException
IOExceptionpublic void getSmallTerms(int doc,
UnInvertedField.Callback target)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.