com.bericotech.clavin.index
Class WhitespaceLowerCaseAnalyzer

java.lang.Object
  extended by org.apache.lucene.analysis.Analyzer
      extended by 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 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
WhitespaceLowerCaseAnalyzer()
          Simple default constructor for WhitespaceLowerCaseAnalyzer.
 
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
 

Constructor Detail

WhitespaceLowerCaseAnalyzer

public WhitespaceLowerCaseAnalyzer()
Simple default constructor for WhitespaceLowerCaseAnalyzer.

Method Detail

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 tokenized
reader -


Copyright © 2013 Berico Technologies. All rights reserved.