Package version:
Optional
flagsRegular expression flags. Possible values include: 'CANON_EQ', 'CASE_INSENSITIVE', 'COMMENTS', 'DOTALL', 'LITERAL', 'MULTILINE', 'UNICODE_CASE', 'UNIX_LINES'
Optional
lowerA value indicating whether terms should be lower-cased. Default is true. Default value: true.
The name of the analyzer. 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
Optional
patternA regular expression pattern to match token separators. Default is an expression that matches
one or more whitespace characters. Default value: \W+
.
Optional
stopwordsA list of stopwords.
Flexibly separates text into terms via a regular expression pattern. This analyzer is implemented using Apache Lucene.