Class TestDocValuesFormatFactory
LUCENENET specific class used to add the DocValuesFormats from the test framework.
Inheritance
NamedServiceFactory<DocValuesFormat>
DefaultDocValuesFormatFactory
TestDocValuesFormatFactory
Implements
IDocValuesFormatFactory
IServiceListable
Inherited Members
DefaultDocValuesFormatFactory.CustomDocValuesFormatTypes
DefaultDocValuesFormatFactory.AvailableServices
NamedServiceFactory<DocValuesFormat>.m_initializationLock
NamedServiceFactory<DocValuesFormat>.EnsureInitialized()
NamedServiceFactory<DocValuesFormat>.CodecsAssembly
NamedServiceFactory<DocValuesFormat>.IsFullyTrusted
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class TestDocValuesFormatFactory : DefaultDocValuesFormatFactory, IDocValuesFormatFactory, IServiceListable
Methods
Initialize()
Initializes the doc values type cache with the known Lucene.Net.Codecs.DocValuesFormat types.
Override this method (and optionally call base.Initialize()) to add your
own Lucene.Net.Codecs.DocValuesFormat types by calling PutDocValuesFormatType(Type)
or ScanForDocValuesFormats(Assembly).
Declaration
protected override void Initialize()
Overrides
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.Initialize()
Implements
Lucene.Net.Codecs.IDocValuesFormatFactory
Lucene.Net.Util.IServiceListable