org.carrot2.input.lucene
Class StandardAnalyzerFactory

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

public class StandardAnalyzerFactory
extends Object
implements AnalyzerFactory

Version:
$Revision: 1539 $
Author:
Stanislaw Osinski

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

StandardAnalyzerFactory

public StandardAnalyzerFactory()
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