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