SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.index
Class AnalyzerFactory

java.lang.Object
  extended by org.eclipse.smila.search.lucene.index.AnalyzerFactory

public abstract class AnalyzerFactory
extends java.lang.Object


Method Summary
static Analyzer getAnalyzer(DAnalyzer dAnalyzer, DIndexStructure dIndexStructure)
           
static Analyzer getAnalyzer(DIndex dIndex)
           
static Analyzer getAnalyzer(DIndexStructure dIndexStructure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnalyzer

public static Analyzer getAnalyzer(DIndex dIndex)
                            throws IndexException
Throws:
IndexException

getAnalyzer

public static Analyzer getAnalyzer(DIndexStructure dIndexStructure)
                            throws IndexException
Throws:
IndexException

getAnalyzer

public static Analyzer getAnalyzer(DAnalyzer dAnalyzer,
                                   DIndexStructure dIndexStructure)
                            throws IndexException
Throws:
IndexException

SMILA (incubation) API documentation