| Package | Description |
|---|---|
| org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
| Class and Description |
|---|
| PatternCaptureGroupTokenFilter
CaptureGroup uses Java regexes to emit multiple tokens - one for each capture
group in one or more patterns.
|
| PatternReplaceFilter
A TokenFilter which applies a Pattern to each token in the stream,
replacing match occurances with the specified replacement string.
|
| PatternTokenizer
This tokenizer uses regex pattern matching to construct distinct tokens
for the input stream.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.