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
IOException
public BytesRef lookupOrd(int ord) throws IOException
IOException
public 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-2021 Apache Software Foundation. All Rights Reserved.