| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
SuggestPagedIterable |
SearchIndexClient.suggest(String searchText,
String suggesterName)
Suggests documents in the index that match the given partial query.
|
SuggestPagedIterable |
SearchIndexClient.suggest(String searchText,
String suggesterName,
SuggestOptions suggestOptions,
RequestOptions requestOptions,
com.azure.core.util.Context context)
Suggests documents in the index that match the given partial query.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.