com.bericotech.clavin.index
Class WhitespaceLowerCaseAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
com.bericotech.clavin.index.WhitespaceLowerCaseAnalyzer
- All Implemented Interfaces:
- Closeable
public class WhitespaceLowerCaseAnalyzer
- extends org.apache.lucene.analysis.Analyzer
A Lucene Analyzer that filters WhitespaceTokenizer with
LowerCaseFilter.
| 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 |
|
Method Summary |
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName,
Reader reader)
Provides tokenizer access for the analyzer. |
| Methods inherited from class org.apache.lucene.analysis.Analyzer |
close, getOffsetGap, getPositionIncrementGap, initReader, tokenStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhitespaceLowerCaseAnalyzer
public WhitespaceLowerCaseAnalyzer()
- Simple default constructor for
WhitespaceLowerCaseAnalyzer.
createComponents
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName,
Reader reader)
- Provides tokenizer access for the analyzer.
- Specified by:
createComponents in class org.apache.lucene.analysis.Analyzer
- Parameters:
fieldName - field to be tokenizedreader -
Copyright © 2013 Berico Technologies. All rights reserved.