Class AutocompletePagedResponse

java.lang.Object
com.azure.core.http.rest.PagedResponseBase<Void,AutocompleteItem>
com.azure.search.documents.util.AutocompletePagedResponse
All Implemented Interfaces:
Page<AutocompleteItem>, PagedResponse<AutocompleteItem>, Response<List<AutocompleteItem>>, ContinuablePage<String,AutocompleteItem>, Closeable, AutoCloseable

public final class AutocompletePagedResponse extends PagedResponseBase<Void,AutocompleteItem>
This class represents a response from the autocomplete API. It contains the AutocompleteItems returned from the service.
  • Constructor Details

  • Method Details

    • getCoverage

      public Double getCoverage()
      The percentage of the index covered in the autocomplete request.

      If minimumCoverage wasn't supplied in the request this will be null.

      Returns:
      The percentage of the index covered in the suggest request if minimumCoverage was set in the request, otherwise null.