public final class StopAnalyzer extends LexicalAnalyzer
| Constructor and Description |
|---|
StopAnalyzer(String name)
Constructor of
StopAnalyzer. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getStopwords()
Get the stopwords property: A list of stopwords.
|
StopAnalyzer |
setStopwords(List<String> stopwords)
Set the stopwords property: A list of stopwords.
|
StopAnalyzer |
setStopwords(String... stopwords)
Set the stopwords property: A list of stopwords.
|
getNamepublic StopAnalyzer(String name)
StopAnalyzer.name - The name of the analyzer. It must only contain letters, digits, spaces,
dashes or underscores, can only start and end with alphanumeric
characters, and is limited to 128 characters.public List<String> getStopwords()
public StopAnalyzer setStopwords(String... stopwords)
stopwords - the stopwords value to set.public StopAnalyzer setStopwords(List<String> stopwords)
stopwords - the stopwords value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.