org.carrot2.input.lucene
Class WhitespaceAnalyzerFactory
java.lang.Object
org.carrot2.input.lucene.WhitespaceAnalyzerFactory
- All Implemented Interfaces:
- AnalyzerFactory
public class WhitespaceAnalyzerFactory
- extends Object
- implements AnalyzerFactory
- Version:
- $Revision: 1629 $
- Author:
- Stanislaw Osinski
|
Method Summary |
org.apache.lucene.analysis.Analyzer |
getInstance()
Creates an instance of a Lucene Analyzer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final AnalyzerFactory INSTANCE
- Public instance
WhitespaceAnalyzerFactory
public WhitespaceAnalyzerFactory()
getInstance
public org.apache.lucene.analysis.Analyzer getInstance()
- Description copied from interface:
AnalyzerFactory
- Creates an instance of a Lucene Analyzer.
- Specified by:
getInstance in interface AnalyzerFactory
Copyright (c) Dawid Weiss, Stanislaw Osinski