Package org.apache.lucene.analysis.pattern

Class Summary
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.