| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPagedIterable |
SearchIndexClient.search(String searchText)
Searches for documents in the Azure Cognitive Search index.
|
SearchPagedIterable |
SearchIndexClient.search(String searchText,
SearchOptions searchOptions,
RequestOptions requestOptions,
com.azure.core.util.Context context)
Searches for documents in the Azure Cognitive Search index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.