public final class StandardAnalyzer extends Analyzer
| Constructor and Description |
|---|
StandardAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxTokenLength()
Get the maxTokenLength property: The maximum token length.
|
List<String> |
getStopwords()
Get the stopwords property: A list of stopwords.
|
StandardAnalyzer |
setMaxTokenLength(Integer maxTokenLength)
Set the maxTokenLength property: The maximum token length.
|
StandardAnalyzer |
setStopwords(List<String> stopwords)
Set the stopwords property: A list of stopwords.
|
public Integer getMaxTokenLength()
public StandardAnalyzer setMaxTokenLength(Integer maxTokenLength)
maxTokenLength - the maxTokenLength value to set.public List<String> getStopwords()
public StandardAnalyzer setStopwords(List<String> stopwords)
stopwords - the stopwords value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.