Package org.apache.solr.search.facet
Class UnInvertedField.DocToTerm
- java.lang.Object
-
- org.apache.solr.search.facet.UnInvertedField.DocToTerm
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- UnInvertedField
public class UnInvertedField.DocToTerm extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description DocToTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidgetBigTerms(int doc, UnInvertedField.Callback target)voidgetSmallTerms(int doc, UnInvertedField.Callback target)org.apache.lucene.index.TermsEnumgetTermsEnum()org.apache.lucene.util.BytesReflookupOrd(int ord)
-
-
-
Constructor Detail
-
DocToTerm
public DocToTerm() throws IOException- Throws:
IOException
-
-
Method Detail
-
lookupOrd
public org.apache.lucene.util.BytesRef lookupOrd(int ord) throws IOException- Throws:
IOException
-
getTermsEnum
public org.apache.lucene.index.TermsEnum getTermsEnum() throws IOException- Throws:
IOException
-
getBigTerms
public void getBigTerms(int doc, UnInvertedField.Callback target) throws IOException- Throws:
IOException
-
getSmallTerms
public void getSmallTerms(int doc, UnInvertedField.Callback target)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-