| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
SnowballTokenFilterLanguage |
SnowballTokenFilter.getLanguage()
Get the language property: The language to use.
|
static SnowballTokenFilterLanguage |
SnowballTokenFilterLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowballTokenFilterLanguage[] |
SnowballTokenFilterLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SnowballTokenFilter(String name,
SnowballTokenFilterLanguage language)
Constructor of
TokenFilter. |
Copyright © 2020 Microsoft Corporation. All rights reserved.