Package org.fryske_akademy.exist.lucene
Class InsensitiveWhitespaceAnalyzer
- java.lang.Object
-
- org.apache.lucene.analysis.Analyzer
-
- org.fryske_akademy.exist.lucene.InsensitiveWhitespaceAnalyzer
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
SensitiveWhitespaceAnalyzer
public class InsensitiveWhitespaceAnalyzer extends org.apache.lucene.analysis.AnalyzerAnalyzer that separates tokens on whitespace, 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 InsensitiveWhitespaceAnalyzer()InsensitiveWhitespaceAnalyzer(boolean sensitive)InsensitiveWhitespaceAnalyzer(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)
-