Package version:
OptionaldelimiterThe delimiter character to use. Default is "/".
OptionalmaxThe 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.
OptionalnumberThe number of initial tokens to skip. Default is 0.
Polymorphic discriminator, which specifies the different types this object can be
OptionalreplacementA value that, if set, replaces the delimiter character. Default is "/".
OptionalreverseA value indicating whether to generate tokens in reverse order. Default is false.
Tokenizer for path-like hierarchies. This tokenizer is implemented using Apache Lucene.