Uses of Package
org.apache.lucene.analysis.pattern

Packages that use org.apache.lucene.analysis.pattern
org.apache.lucene.analysis.pattern Set of components for pattern-based (regex) analysis. 
 

Classes in org.apache.lucene.analysis.pattern used by org.apache.lucene.analysis.pattern
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-2013 Apache Software Foundation. All Rights Reserved.