org.carrot2.source.lucene
Class StandardAnalyzerWrapper

java.lang.Object
  extended by org.carrot2.source.lucene.StandardAnalyzerWrapper
All Implemented Interfaces:
ISimpleXmlWrapper<org.apache.lucene.analysis.standard.StandardAnalyzer>

public final class StandardAnalyzerWrapper
extends Object
implements ISimpleXmlWrapper<org.apache.lucene.analysis.standard.StandardAnalyzer>

Lucene's StandardAnalyzer with a parameterless constructor defining the compatibility flag to the version (Version.LUCENE_30).


Constructor Summary
StandardAnalyzerWrapper()
           
 
Method Summary
 org.apache.lucene.analysis.standard.StandardAnalyzer getValue()
          Returns the value represented by this wrapper.
 void setValue(org.apache.lucene.analysis.standard.StandardAnalyzer value)
          Sets value to be wrapped by this wrapper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardAnalyzerWrapper

public StandardAnalyzerWrapper()
Method Detail

getValue

public org.apache.lucene.analysis.standard.StandardAnalyzer getValue()
Description copied from interface: ISimpleXmlWrapper
Returns the value represented by this wrapper.

Specified by:
getValue in interface ISimpleXmlWrapper<org.apache.lucene.analysis.standard.StandardAnalyzer>

setValue

public void setValue(org.apache.lucene.analysis.standard.StandardAnalyzer value)
Description copied from interface: ISimpleXmlWrapper
Sets value to be wrapped by this wrapper.

Specified by:
setValue in interface ISimpleXmlWrapper<org.apache.lucene.analysis.standard.StandardAnalyzer>


Copyright (c) Dawid Weiss, Stanislaw Osinski