Class FieldUtil.OrdValues

    • Constructor Detail

      • OrdValues

        public OrdValues()
    • Method Detail

      • getOrd

        public int getOrd()
      • docID

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

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

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

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

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