| 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 |
|---|---|
SearchPagedFlux |
SearchIndexAsyncClient.search(String searchText)
Searches for documents in the Azure Cognitive Search index.
|
SearchPagedFlux |
SearchIndexAsyncClient.search(String searchText,
SearchOptions searchOptions,
RequestOptions requestOptions)
Searches for documents in the Azure Cognitive Search index.
|
| Constructor and Description |
|---|
SearchPagedIterable(SearchPagedFlux pagedFlux)
Creates an instance of
SearchPagedIterable. |
Copyright © 2020 Microsoft Corporation. All rights reserved.