public final class StemmerOverrideTokenFilter extends TokenFilter
| Constructor and Description |
|---|
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".
|
StemmerOverrideTokenFilter |
setRules(List<String> rules)
Set the rules property: A list of stemming rules in the following
format: "word => stem", for example: "ran => run".
|
getName, setNamepublic List<String> getRules()
public StemmerOverrideTokenFilter setRules(List<String> rules)
rules - the rules value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.