public final class SearchSuggester extends Object
| Constructor and Description |
|---|
SearchSuggester(String name,
List<String> sourceFields)
Constructor of
SearchSuggester. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name property: The name of the suggester.
|
List<String> |
getSourceFields()
Get the sourceFields property: The list of field names to which the
suggester applies.
|
public SearchSuggester(String name, List<String> sourceFields)
SearchSuggester.name - The name of the suggester.sourceFields - The list of field names to which the suggester applies. Each field must
be searchable.public String getName()
Copyright © 2020 Microsoft Corporation. All rights reserved.