Interface InternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>>

Enclosing class:
InternalTerms.Bucket<B extends InternalTerms.Bucket<B>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface InternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>>
Reads a bucket. Should be a constructor reference.
  • Method Summary

    Modifier and Type Method Description
    B read​(StreamInput in, DocValueFormat format, boolean showDocCountError)  
  • Method Details