Package org.apache.solr.search.facet
Class FieldUtil.FCOrdValues
- java.lang.Object
-
- org.apache.lucene.search.DocIdSetIterator
-
- org.apache.lucene.index.SortedDocValues
-
- org.apache.solr.search.facet.FieldUtil.OrdValues
-
- org.apache.solr.search.facet.FieldUtil.FCOrdValues
-
- Enclosing class:
- FieldUtil
public static class FieldUtil.FCOrdValues extends FieldUtil.OrdValues
-
-
Constructor Summary
Constructors Constructor Description FCOrdValues(FieldCacheImpl.SortedDocValuesImpl.Iter iter, org.apache.lucene.search.DocIdSetIterator disi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
advanceExact(int target)
org.apache.lucene.util.BytesRef
lookupOrd(int ord)
int
nextDoc()
int
ordValue()
-
Methods inherited from class org.apache.solr.search.facet.FieldUtil.OrdValues
advance, cost, docID, getOrd, getValueCount
-
Methods inherited from class org.apache.lucene.index.SortedDocValues
intersect, lookupTerm, termsEnum
-
-
-
-
Constructor Detail
-
FCOrdValues
public FCOrdValues(FieldCacheImpl.SortedDocValuesImpl.Iter iter, org.apache.lucene.search.DocIdSetIterator disi)
-
-
Method Detail
-
nextDoc
public int nextDoc() throws IOException
- Specified by:
nextDoc
in classFieldUtil.OrdValues
- Throws:
IOException
-
advanceExact
public boolean advanceExact(int target) throws IOException
- Throws:
IOException
-
ordValue
public int ordValue()
- Specified by:
ordValue
in classorg.apache.lucene.index.SortedDocValues
-
lookupOrd
public org.apache.lucene.util.BytesRef lookupOrd(int ord) throws IOException
- Specified by:
lookupOrd
in classorg.apache.lucene.index.SortedDocValues
- Throws:
IOException
-
-