Package org.apache.solr.core
Class LuceneDefaultCodecFactory
- java.lang.Object
-
- org.apache.solr.core.CodecFactory
-
- org.apache.solr.core.LuceneDefaultCodecFactory
-
- All Implemented Interfaces:
NamedListInitializedPlugin
public class LuceneDefaultCodecFactory extends CodecFactory
Simple factory for returning the Lucene default Codec- See Also:
Codec.getDefault()
-
-
Constructor Summary
Constructors Constructor Description LuceneDefaultCodecFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getCodec
public org.apache.lucene.codecs.Codec getCodec()
- Specified by:
getCodec
in classCodecFactory
-
-