Package org.apache.solr.uninverting
Class FieldCacheImpl.SortedDocValuesImpl.Iter
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedDocValues
org.apache.solr.uninverting.FieldCacheImpl.SortedDocValuesImpl.Iter
- Enclosing class:
FieldCacheImpl.SortedDocValuesImpl
public class FieldCacheImpl.SortedDocValuesImpl.Iter
extends org.apache.lucene.index.SortedDocValues
-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Iter
public Iter()
-
-
Method Details
-
getOrd
public int getOrd(int docID) - NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
- Specific to this implementation and subject to change. For internal optimization only.
-
docID
public int docID()- Specified by:
docIDin classorg.apache.lucene.search.DocIdSetIterator
-
nextDoc
public int nextDoc()- Specified by:
nextDocin classorg.apache.lucene.search.DocIdSetIterator
-
advance
public int advance(int target) - Specified by:
advancein classorg.apache.lucene.search.DocIdSetIterator
-
advanceExact
- Throws:
IOException
-
cost
public long cost()- Specified by:
costin classorg.apache.lucene.search.DocIdSetIterator
-
ordValue
public int ordValue()- Specified by:
ordValuein classorg.apache.lucene.index.SortedDocValues
-
getValueCount
public int getValueCount()- Specified by:
getValueCountin classorg.apache.lucene.index.SortedDocValues
-
lookupOrd
public org.apache.lucene.util.BytesRef lookupOrd(int ord) - Specified by:
lookupOrdin classorg.apache.lucene.index.SortedDocValues
-