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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidgetBigTerms(int doc, UnInvertedField.Callback target) voidgetSmallTerms(int doc, UnInvertedField.Callback target) org.apache.lucene.index.TermsEnumorg.apache.lucene.util.BytesReflookupOrd(int ord)
-
Constructor Details
-
DocToTerm
- Throws:
IOException
-
-
Method Details
-
lookupOrd
- Throws:
IOException
-
getTermsEnum
- Throws:
IOException
-
getBigTerms
- Throws:
IOException
-
getSmallTerms
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-