public final class AsciiFoldingTokenFilter extends TokenFilter
| Constructor and Description |
|---|
AsciiFoldingTokenFilter(String name)
Constructor of
AsciiFoldingTokenFilter. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isPreserveOriginal()
Get the preserveOriginal property: A value indicating whether the
original token will be kept.
|
AsciiFoldingTokenFilter |
setPreserveOriginal(Boolean preserveOriginal)
Set the preserveOriginal property: A value indicating whether the
original token will be kept.
|
getNamepublic AsciiFoldingTokenFilter(String name)
AsciiFoldingTokenFilter.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 Boolean isPreserveOriginal()
public AsciiFoldingTokenFilter setPreserveOriginal(Boolean preserveOriginal)
preserveOriginal - the preserveOriginal value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.