| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
AutocompletePagedIterable |
SearchIndexClient.autocomplete(String searchText,
String suggesterName)
Autocompletes incomplete query terms based on input text and matching terms in the index.
|
AutocompletePagedIterable |
SearchIndexClient.autocomplete(String searchText,
String suggesterName,
AutocompleteOptions autocompleteOptions,
RequestOptions requestOptions,
com.azure.core.util.Context context)
Autocompletes incomplete query terms based on input text and matching terms in the index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.