public final class TruncateTokenFilter extends TokenFilter
| Constructor and Description |
|---|
TruncateTokenFilter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLength()
Get the length property: The length at which terms will be truncated.
|
TruncateTokenFilter |
setLength(Integer length)
Set the length property: The length at which terms will be truncated.
|
getName, setNamepublic Integer getLength()
public TruncateTokenFilter setLength(Integer length)
length - the length value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.