public final class StemmerOverrideTokenFilter extends TokenFilter
| Constructor and Description |
|---|
StemmerOverrideTokenFilter(String name,
List<String> rules)
Constructor of
StemmerOverrideTokenFilter. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRules()
Get the rules property: A list of stemming rules in the following
format: "word => stem", for example: "ran => run".
|
getNamepublic StemmerOverrideTokenFilter(String name, List<String> rules)
StemmerOverrideTokenFilter.name - The name of the token filter. It must only contain letters, digits,
spaces, dashes or underscores, can only start and end with alphanumeric
characters, and is limited to 128 characters.rules - A list of stemming rules in the following format: "word =%3E stem", for
example: "ran =%3E run".Copyright © 2020 Microsoft Corporation. All rights reserved.