Package org.apache.solr.core
Class CodecFactory
- java.lang.Object
-
- org.apache.solr.core.CodecFactory
-
- All Implemented Interfaces:
NamedListInitializedPlugin
- Direct Known Subclasses:
LuceneDefaultCodecFactory
,SchemaCodecFactory
,SimpleTextCodecFactory
public abstract class CodecFactory extends Object implements NamedListInitializedPlugin
Factory for plugging in a customCodec
-
-
Constructor Summary
Constructors Constructor Description CodecFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.apache.lucene.codecs.Codec
getCodec()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
-