Interface BytesKeyedBucketOrds.BucketOrdsEnum

Enclosing class:
BytesKeyedBucketOrds

public static interface BytesKeyedBucketOrds.BucketOrdsEnum
An iterator for buckets inside a particular owningBucketOrd.
  • Field Details

  • 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.