Package com.azure.search.documents.util
package com.azure.search.documents.util
Package containing Azure AI Search paged response classes.
-
ClassesClassDescriptionImplementation of
PagedFluxBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.Implementation ofPagedIterableBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.This class represents a response from the autocomplete API.Implementation ofContinuablePagedFluxwhere the continuation token type isSearchRequest, the element type isSearchResult, and the page type isSearchPagedResponse.Implementation ofContinuablePagedIterablewhere the continuation token type isSearchRequest, the element type isSearchResult, and the page type isSearchPagedResponse.Represents an HTTP response from the search API request that contains a list of items deserialized into aPage.Implementation ofPagedFluxBasewhere the element type isSuggestResultand the page type isSuggestPagedResponse.Implementation ofPagedIterableBasewhere the element type isSuggestResultand the page type isSuggestPagedResponse.Represents an HTTP response from the suggest API request that contains a list of items deserialized into aPage.