Uses of Package
com.azure.search.documents.util
Packages that use com.azure.search.documents.util
Package
Description
Package containing classes for creating
SearchClient
or
SearchAsyncClient
used to perform document management, autocomplete, search, or
suggestion operations using an Azure Cognitive Search service index.Package containing Azure Cognitive Search paged response classes.
-
Classes in com.azure.search.documents.util used by com.azure.search.documentsClassDescriptionImplementation of
PagedFluxBase
where the element type isAutocompleteItem
and the page type isAutocompletePagedResponse
.Implementation ofPagedIterableBase
where the element type isAutocompleteItem
and the page type isAutocompletePagedResponse
.Implementation ofContinuablePagedFlux
where the continuation token type isSearchRequest
, the element type isSearchResult
, and the page type isSearchPagedResponse
.Implementation ofContinuablePagedIterable
where the continuation token type isSearchRequest
, the element type isSearchResult
, and the page type isSearchPagedResponse
.Implementation ofPagedFluxBase
where the element type isSuggestResult
and the page type isSuggestPagedResponse
.Implementation ofPagedIterableBase
where the element type isSuggestResult
and the page type isSuggestPagedResponse
. -
Classes in com.azure.search.documents.util used by com.azure.search.documents.utilClassDescriptionImplementation of
PagedFluxBase
where the element type isAutocompleteItem
and the page type isAutocompletePagedResponse
.This class represents a response from the autocomplete API.Implementation ofContinuablePagedFlux
where 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 ofPagedFluxBase
where the element type isSuggestResult
and the page type isSuggestPagedResponse
.Represents an HTTP response from the suggest API request that contains a list of items deserialized into aPage
.