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