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
IOException
public org.apache.lucene.util.BytesRef lookupOrd(int ord) throws IOException
IOException
public org.apache.lucene.index.TermsEnum getTermsEnum() throws IOException
IOException
public void getBigTerms(int doc, UnInvertedField.Callback target) throws IOException
IOException
public void getSmallTerms(int doc, UnInvertedField.Callback target)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.