Package version:
Optional
delimiterThe delimiter character to use. Default is "/".
Optional
maxThe maximum token length. Default and maximum is 300.
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.
Optional
numberThe number of initial tokens to skip. Default is 0.
Polymorphic discriminator, which specifies the different types this object can be
Optional
replacementA value that, if set, replaces the delimiter character. Default is "/".
Optional
reverseA value indicating whether to generate tokens in reverse order. Default is false.
Tokenizer for path-like hierarchies. This tokenizer is implemented using Apache Lucene.