org.carrot2.input.lucene
Interface AnalyzerFactory

All Known Implementing Classes:
PorterAnalyzerFactory, SimpleAnalyzerFactory, StandardAnalyzerFactory, WhitespaceAnalyzerFactory

public interface AnalyzerFactory

Lucene analyzer factory.

Version:
$Revision: 2122 $
Author:
Stanislaw Osinski

Method Summary
 org.apache.lucene.analysis.Analyzer getInstance()
          Creates an instance of a Lucene Analyzer.
 

Method Detail

getInstance

org.apache.lucene.analysis.Analyzer getInstance()
Creates an instance of a Lucene Analyzer.



Copyright (c) Dawid Weiss, Stanislaw Osinski