Package org.apache.solr.core
Class SimpleTextCodecFactory
- java.lang.Object
-
- org.apache.solr.core.CodecFactory
-
- org.apache.solr.core.SimpleTextCodecFactory
-
- All Implemented Interfaces:
NamedListInitializedPlugin
public class SimpleTextCodecFactory extends CodecFactory
-
-
Constructor Summary
Constructors Constructor Description SimpleTextCodecFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.codecs.Codec
getCodec()
void
init(org.apache.solr.common.util.NamedList<?> args)
init
will be called just once, immediately after creation.
-
-
-
Method Detail
-
init
public void init(org.apache.solr.common.util.NamedList<?> args)
Description copied from interface:NamedListInitializedPlugin
init
will be called just once, immediately after creation.Source of the initialization arguments will typically be solrconfig.xml, but will ultimately depends on the plugin itself
- Parameters:
args
- non-null list of initialization parameters (may be empty)
-
getCodec
public org.apache.lucene.codecs.Codec getCodec()
- Specified by:
getCodec
in classCodecFactory
-
-