Package org.apache.lucene.analysis.pattern

Set of components for pattern-based (regex) analysis.

See:
          Description

Class Summary
PatternReplaceCharFilter CharFilter that uses a regular expression for the target of replace string.
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.
 

Package org.apache.lucene.analysis.pattern Description

Set of components for pattern-based (regex) analysis.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.