public final class Suggester extends Object
| Constructor and Description |
|---|
Suggester()
Creates an instance of Suggester class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name property: The name of the suggester.
|
String |
getSearchMode()
Get the searchMode property: A value indicating the capabilities of the
suggester.
|
List<String> |
getSourceFields()
Get the sourceFields property: The list of field names to which the
suggester applies.
|
Suggester |
setName(String name)
Set the name property: The name of the suggester.
|
Suggester |
setSearchMode(String searchMode)
Set the searchMode property: A value indicating the capabilities of the
suggester.
|
Suggester |
setSourceFields(List<String> sourceFields)
Set the sourceFields property: The list of field names to which the
suggester applies.
|
public String getName()
public Suggester setName(String name)
name - the name value to set.public String getSearchMode()
public Suggester setSearchMode(String searchMode)
searchMode - the searchMode value to set.public List<String> getSourceFields()
Copyright © 2020 Microsoft Corporation. All rights reserved.