Method Initialize
Initialize()
Initializes the codec type cache with the known Codec types.
Override this method (and optionally call base.Initialize()
) to add your
own Codec types by calling PutCodecType(Type)
or ScanForCodecs(Assembly).
If two types have the same name by using the CodecNameAttribute, the last one registered wins.
Declaration
protected override void Initialize()
Overrides
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.Initialize()