| 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 |
|---|---|
SuggestPagedFlux |
SearchIndexAsyncClient.suggest(String searchText,
String suggesterName)
Suggests documents in the index that match the given partial query.
|
SuggestPagedFlux |
SearchIndexAsyncClient.suggest(String searchText,
String suggesterName,
SuggestOptions suggestOptions,
RequestOptions requestOptions)
Suggests documents in the index that match the given partial query.
|
| Constructor and Description |
|---|
SuggestPagedIterable(SuggestPagedFlux pagedFluxBase)
Creates instance given
SuggestPagedIterable. |
Copyright © 2020 Microsoft Corporation. All rights reserved.