net.sf.eos.lucene
Class WhitespaceAnalyzerSupplier

java.lang.Object
  extended by net.sf.eos.lucene.AnalyzerSupplier
      extended by net.sf.eos.lucene.WhitespaceAnalyzerSupplier
All Implemented Interfaces:
Supplier<org.apache.lucene.analysis.Analyzer>

public class WhitespaceAnalyzerSupplier
extends AnalyzerSupplier

Supprt for Lucene WhitespaceAnalyzer.

Author:
Sascha Kohlmann

Field Summary
 
Fields inherited from class net.sf.eos.lucene.AnalyzerSupplier
ANALYZER_PROVIDER_IMPL_CONFIG_NAME
 
Constructor Summary
WhitespaceAnalyzerSupplier()
           
 
Method Summary
 org.apache.lucene.analysis.Analyzer get()
          Returns a new Analyzer instance.
 
Methods inherited from class net.sf.eos.lucene.AnalyzerSupplier
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhitespaceAnalyzerSupplier

public WhitespaceAnalyzerSupplier()
Method Detail

get

public org.apache.lucene.analysis.Analyzer get()
Description copied from class: AnalyzerSupplier
Returns a new Analyzer instance.

Specified by:
get in interface Supplier<org.apache.lucene.analysis.Analyzer>
Specified by:
get in class AnalyzerSupplier
Returns:
a Lucene WhitespaceAnalyzer


Copyright © 2008. All Rights Reserved.