| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
Suggester |
Suggester.setName(String name)
Set the name property: The name of the suggester.
|
Suggester |
Suggester.setSearchMode(String searchMode)
Set the searchMode property: A value indicating the capabilities of the
suggester.
|
Suggester |
Suggester.setSourceFields(List<String> sourceFields)
Set the sourceFields property: The list of field names to which the
suggester applies.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.