public final class ElisionTokenFilter extends TokenFilter
| Constructor and Description |
|---|
ElisionTokenFilter(String name)
Constructor of
TokenFilter. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArticles()
Get the articles property: The set of articles to remove.
|
ElisionTokenFilter |
setArticles(List<String> articles)
Set the articles property: The set of articles to remove.
|
ElisionTokenFilter |
setArticles(String... articles)
Set the articles property: The set of articles to remove.
|
getNamepublic ElisionTokenFilter(String name)
TokenFilter.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.public List<String> getArticles()
public ElisionTokenFilter setArticles(String... articles)
articles - the articles value to set.public ElisionTokenFilter setArticles(List<String> articles)
articles - the articles value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.