org.carrot2.input.lucene
Class WhitespaceAnalyzerFactory

java.lang.Object
  extended by org.carrot2.input.lucene.WhitespaceAnalyzerFactory
All Implemented Interfaces:
AnalyzerFactory

public class WhitespaceAnalyzerFactory
extends Object
implements AnalyzerFactory

Version:
$Revision: 1629 $
Author:
Stanislaw Osinski

Field Summary
static AnalyzerFactory INSTANCE
          Public instance
 
Constructor Summary
WhitespaceAnalyzerFactory()
           
 
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
 

Field Detail

INSTANCE

public static final AnalyzerFactory INSTANCE
Public instance

Constructor Detail

WhitespaceAnalyzerFactory

public WhitespaceAnalyzerFactory()
Method Detail

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