ReverseStringFilter
Reverse token string, for example "country" => "yrtnuoc".
If `marker` is supplied, then tokens will be also prepended by that character. For example, with a marker of `\u0001`, "country" => "\u0001yrtnuoc". This is useful when implementing efficient leading wildcards search.
Constructors
Link copied to clipboard
Create a new ReverseStringFilter that reverses all tokens in the supplied TokenStream.
Create a new ReverseStringFilter that reverses and marks all tokens in the supplied TokenStream.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard