Class FieldCacheImpl.SortedDocValuesImpl.Iter

    • Constructor Detail

      • Iter

        public Iter()
    • 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:
        docID in class org.apache.lucene.search.DocIdSetIterator
      • nextDoc

        public int nextDoc()
        Specified by:
        nextDoc in class org.apache.lucene.search.DocIdSetIterator
      • advance

        public int advance​(int target)
        Specified by:
        advance in class org.apache.lucene.search.DocIdSetIterator
      • cost

        public long cost()
        Specified by:
        cost in class org.apache.lucene.search.DocIdSetIterator
      • ordValue

        public int ordValue()
        Specified by:
        ordValue in class org.apache.lucene.index.SortedDocValues
      • getValueCount

        public int getValueCount()
        Specified by:
        getValueCount in class org.apache.lucene.index.SortedDocValues
      • lookupOrd

        public org.apache.lucene.util.BytesRef lookupOrd​(int ord)
        Specified by:
        lookupOrd in class org.apache.lucene.index.SortedDocValues