net.sf.eos.lucene
Class WhitespaceAnalyzerSupplier
java.lang.Object
net.sf.eos.lucene.AnalyzerSupplier
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
Method Summary |
org.apache.lucene.analysis.Analyzer |
get()
Returns a new Analyzer instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhitespaceAnalyzerSupplier
public WhitespaceAnalyzerSupplier()
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.