Package org.fryske_akademy.exist.lucene
Class InsensitivePunctAnalyzer
- java.lang.Object
-
- org.apache.lucene.analysis.Analyzer
-
- org.fryske_akademy.exist.lucene.InsensitivePunctAnalyzer
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
SensitivePunctAnalyzer
public class InsensitivePunctAnalyzer extends org.apache.lucene.analysis.AnalyzerAnalyzer that separates tokens on whitespace and punctuation, converts tokens to lowercase and ascii
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy, org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy, org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
-
-
Constructor Summary
Constructors Constructor Description InsensitivePunctAnalyzer()InsensitivePunctAnalyzer(boolean sensitive)InsensitivePunctAnalyzer(org.apache.lucene.util.Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.lucene.analysis.Analyzer.TokenStreamComponentscreateComponents(String fieldName, Reader reader)
-