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 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)
-
-
-
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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-