| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| com.azure.search.util |
Package containing Search utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
AutocompletePagedFlux |
SearchIndexAsyncClient.autocomplete(String searchText,
String suggesterName)
Autocompletes incomplete query terms based on input text and matching terms in the index.
|
AutocompletePagedFlux |
SearchIndexAsyncClient.autocomplete(String searchText,
String suggesterName,
AutocompleteOptions autocompleteOptions,
RequestOptions requestOptions)
Autocompletes incomplete query terms based on input text and matching terms in the index.
|
| Constructor and Description |
|---|
AutocompletePagedIterable(AutocompletePagedFlux pagedFluxBase)
Creates instance given
AutocompletePagedIterable. |
Copyright © 2020 Microsoft Corporation. All rights reserved.