Package version:
Optional
maxThe maximum n-gram length. Default is 2. Maximum is 300.
Optional
minThe minimum n-gram length. Default is 1. Maximum is 300. Must be less than the value of maxGram.
The name of the tokenizer. 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, which specifies the different types this object can be
Optional
tokenCharacter classes to keep in the tokens.
Tokenizes the input into n-grams of the given size(s). This tokenizer is implemented using Apache Lucene.