Interface BytesKeyedBucketOrds.BucketOrdsEnum

Enclosing class:
BytesKeyedBucketOrds

public static interface BytesKeyedBucketOrds.BucketOrdsEnum
An iterator for buckets inside a particular owningBucketOrd.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Advance to the next value.
    long
    ord()
    The ordinal of the current value.
    void
    readValue(org.apache.lucene.util.BytesRef dest)
    Read the current value.
  • Method Details

    • next

      boolean next()
      Advance to the next value.
      Returns:
      true if there *is* a next value, false if there isn't
    • ord

      long ord()
      The ordinal of the current value.
    • readValue

      void readValue(org.apache.lucene.util.BytesRef dest)
      Read the current value.