| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| com.azure.search.util |
Package containing Search utility 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.