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 booleanadvanceExact(int target)org.apache.lucene.util.BytesReflookupOrd(int ord)intnextDoc()intordValue()-
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:
nextDocin classFieldUtil.OrdValues- Throws:
IOException
-
advanceExact
public boolean advanceExact(int target) throws IOException- Throws:
IOException
-
ordValue
public int ordValue()
- Specified by:
ordValuein classorg.apache.lucene.index.SortedDocValues
-
lookupOrd
public org.apache.lucene.util.BytesRef lookupOrd(int ord) throws IOException- Specified by:
lookupOrdin classorg.apache.lucene.index.SortedDocValues- Throws:
IOException
-
-