The maximum subword size. Only subwords shorter than this are outputted. Default is 15. Maximum is 300. Default value: 15.
The minimum subword size. Only subwords longer than this are outputted. Default is 2. Maximum is 300. Default value: 2.
The minimum word size. Only words longer than this get processed. Default is 5. Maximum is 300. Default value: 5.
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.
Polymorphic Discriminator
A value indicating whether to add only the longest matching subword to the output. Default is false. Default value: false.
The list of words to match against.
Generated using TypeDoc
Decomposes compound words found in many Germanic languages. This token filter is implemented using Apache Lucene.