Class TestDocValuesFormatFactory
LUCENENET specific class used to add the DocValuesFormats from the test framework.
Inheritance
System.Object
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>
Lucene.Net.Codecs.DefaultDocValuesFormatFactory
TestDocValuesFormatFactory
Implements
Lucene.Net.Codecs.IDocValuesFormatFactory
Lucene.Net.Util.IServiceListable
Inherited Members
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.CustomDocValuesFormatTypes
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.ScanForDocValuesFormats(System.Collections.Generic.IEnumerable<System.Reflection.Assembly>)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.ScanForDocValuesFormats(System.Reflection.Assembly)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.PutDocValuesFormatType(System.Type)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.GetDocValuesFormat(System.String)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.GetDocValuesFormat(System.Type)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.NewDocValuesFormat(System.Type)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.GetDocValuesFormatType(System.String)
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.AvailableServices
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.m_initializationLock
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.EnsureInitialized()
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.CodecsAssembly
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.IsServiceType(System.Type)
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.GetServiceName(System.Type)
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.GetCanonicalName(System.Type)
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.IsFullyTrusted
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class TestDocValuesFormatFactory : DefaultDocValuesFormatFactory, IDocValuesFormatFactory, IServiceListable
Methods
| Improve this Doc View SourceInitialize()
Declaration
protected override void Initialize()
Overrides
Lucene.Net.Codecs.DefaultDocValuesFormatFactory.Initialize()
Implements
Lucene.Net.Codecs.IDocValuesFormatFactory
Lucene.Net.Util.IServiceListable