| Package | Description |
|---|---|
| com.azure.search.documents |
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. |
| com.azure.search.documents.util |
Package containing Azure Cognitive Search paged response classes.
|
| Class and Description |
|---|
| AutocompletePagedFlux
Implementation of
PagedFluxBase where the element type is AutocompleteItem and the page type is
AutocompletePagedResponse. |
| AutocompletePagedIterable
Implementation of
PagedIterableBase where the element type is AutocompleteItem and the page type is
AutocompletePagedResponse. |
| SearchPagedFlux
Implementation of
ContinuablePagedFlux where the continuation token type is SearchRequest, the
element type is SearchResult, and the page type is SearchPagedResponse. |
| SearchPagedIterable
Implementation of
ContinuablePagedIterable where the continuation token type is SearchRequest, the
element type is SearchResult, and the page type is SearchPagedResponse. |
| SuggestPagedFlux
Implementation of
PagedFluxBase where the element type is SuggestResult and the page type is SuggestPagedResponse. |
| SuggestPagedIterable
Implementation of
PagedIterableBase where the element type is SuggestResult and the page type is
SuggestPagedResponse. |
| Class and Description |
|---|
| AutocompletePagedFlux
Implementation of
PagedFluxBase where the element type is AutocompleteItem and the page type is
AutocompletePagedResponse. |
| SearchPagedFlux
Implementation of
ContinuablePagedFlux where the continuation token type is SearchRequest, the
element type is SearchResult, and the page type is SearchPagedResponse. |
| SuggestPagedFlux
Implementation of
PagedFluxBase where the element type is SuggestResult and the page type is SuggestPagedResponse. |
Copyright © 2020 Microsoft Corporation. All rights reserved.