Uses of Package
com.azure.search.documents.util
Packages that use com.azure.search.documents.util
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing Azure AI Search paged response classes.
-
Classes in com.azure.search.documents.util used by com.azure.search.documentsClassDescriptionImplementation of
PagedFluxBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.Implementation ofPagedIterableBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.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.Implementation ofPagedFluxBasewhere the element type isSuggestResultand the page type isSuggestPagedResponse.Implementation ofPagedIterableBasewhere the element type isSuggestResultand the page type isSuggestPagedResponse. -
Classes in com.azure.search.documents.util used by com.azure.search.documents.utilClassDescriptionImplementation of
PagedFluxBasewhere 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.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.Represents an HTTP response from the suggest API request that contains a list of items deserialized into aPage.