Package org.apache.lucene.facet.taxonomy
Class OrdinalsReader.OrdinalsSegmentReader
- java.lang.Object
- 
- org.apache.lucene.facet.taxonomy.OrdinalsReader.OrdinalsSegmentReader
 
- 
- Enclosing class:
- OrdinalsReader
 
 public abstract static class OrdinalsReader.OrdinalsSegmentReader extends Object Returns ordinals for documents in one segment.
- 
- 
Constructor SummaryConstructors Constructor Description OrdinalsSegmentReader()Default constructor.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidget(int doc, IntsRef ordinals)Get the ordinals for this document.
 
- 
- 
- 
Method Detail- 
getpublic abstract void get(int doc, IntsRef ordinals) throws IOExceptionGet the ordinals for this document. ordinals.offset must always be 0!- Throws:
- IOException
 
 
- 
 
-