| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
static MicrosoftStemmingTokenizerLanguage |
MicrosoftStemmingTokenizerLanguage.fromString(String value)
Parses a serialized value to a MicrosoftStemmingTokenizerLanguage instance.
|
MicrosoftStemmingTokenizerLanguage |
MicrosoftLanguageStemmingTokenizer.getLanguage()
Get the language property: The language to use.
|
static MicrosoftStemmingTokenizerLanguage |
MicrosoftStemmingTokenizerLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicrosoftStemmingTokenizerLanguage[] |
MicrosoftStemmingTokenizerLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MicrosoftLanguageStemmingTokenizer |
MicrosoftLanguageStemmingTokenizer.setLanguage(MicrosoftStemmingTokenizerLanguage language)
Set the language property: The language to use.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.