Interface BytesKeyedBucketOrds.BucketOrdsEnum
- Enclosing class:
- BytesKeyedBucketOrds
public static interface BytesKeyedBucketOrds.BucketOrdsEnum
An iterator for buckets inside a particular
owningBucketOrd
.-
Field Summary
-
Method Summary
-
Field Details
-
EMPTY
An BytesKeyedBucketOrds.BucketOrdsEnum that is empty.
-
-
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.
-