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 Detail

      • read

        B read​(StreamInput in,
               DocValueFormat format,
               boolean showDocCountError)
        throws java.io.IOException
        Throws:
        java.io.IOException