Interface StreamingFacetResponse

  • All Superinterfaces:
    java.lang.Iterable<FacetBucket>

    public interface StreamingFacetResponse
    extends java.lang.Iterable<FacetBucket>
    • Method Detail

      • getFacetResponse

        FacetResponse getFacetResponse()
        Get the FacetResponse.

        NOTE: The returned FacetResponse will not contain any buckets. It may also not contain any statistics or other attributes that will not be available until the entire result has been streamed.

      • iterator

        java.util.Iterator<FacetBucket> iterator()
        Get an iterator for streaming all buckets for this facet.
        Specified by:
        iterator in interface java.lang.Iterable<FacetBucket>