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
-
-
Constructor Summary
Constructors Constructor Description Iter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intadvance(int target)booleanadvanceExact(int target)longcost()intdocID()intgetOrd(int docID)intgetValueCount()org.apache.lucene.util.BytesReflookupOrd(int ord)intnextDoc()intordValue()-
Methods inherited from class org.apache.lucene.index.SortedDocValues
intersect, lookupTerm, termsEnum
-
-
-
-
Method Detail
-
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
public boolean advanceExact(int target) throws IOException- 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
-
-