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) |
org.apache.lucene.index.TermsEnum |
getTermsEnum() |
org.apache.lucene.util.BytesRef |
lookupOrd(int ord) |
public DocToTerm()
throws IOException
IOExceptionpublic org.apache.lucene.util.BytesRef lookupOrd(int ord)
throws IOException
IOExceptionpublic org.apache.lucene.index.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–2015 The Apache Software Foundation. All rights reserved.