Package org.apache.solr.search.facet
Class FieldUtil.DVOrdValues
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.DVOrdValues
- Enclosing class:
FieldUtil
-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS -
Constructor Summary
ConstructorsConstructorDescriptionDVOrdValues(org.apache.lucene.index.SortedDocValues vals, org.apache.lucene.search.DocIdSetIterator disi) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(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, getValueCountMethods inherited from class org.apache.lucene.index.SortedDocValues
intersect, lookupTerm, termsEnumMethods inherited from class org.apache.lucene.search.DocIdSetIterator
all, docIDRunEnd, empty, intoBitSet, range, slowAdvance
-
Constructor Details
-
DVOrdValues
public DVOrdValues(org.apache.lucene.index.SortedDocValues vals, org.apache.lucene.search.DocIdSetIterator disi)
-
-
Method Details
-
nextDoc
- Specified by:
nextDocin classFieldUtil.OrdValues- Throws:
IOException
-
advanceExact
- Throws:
IOException
-
ordValue
public int ordValue()- Specified by:
ordValuein classorg.apache.lucene.index.SortedDocValues
-
lookupOrd
- Specified by:
lookupOrdin classorg.apache.lucene.index.SortedDocValues- Throws:
IOException
-