Class TestPostingsFormatFactory
LUCENENET specific class used to add the PostingsFormats from the test framework.
Inheritance
System.Object
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>
Lucene.Net.Codecs.DefaultPostingsFormatFactory
TestPostingsFormatFactory
Implements
Lucene.Net.Codecs.IPostingsFormatFactory
Lucene.Net.Util.IServiceListable
Inherited Members
Lucene.Net.Codecs.DefaultPostingsFormatFactory.CustomPostingsFormatTypes
Lucene.Net.Codecs.DefaultPostingsFormatFactory.ScanForPostingsFormats(System.Collections.Generic.IEnumerable<System.Reflection.Assembly>)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.ScanForPostingsFormats(System.Reflection.Assembly)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.PutPostingsFormatType(System.Type)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.GetPostingsFormat(System.String)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.GetPostingsFormat(System.Type)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.NewPostingsFormat(System.Type)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.GetPostingsFormatType(System.String)
Lucene.Net.Codecs.DefaultPostingsFormatFactory.AvailableServices
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.m_initializationLock
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.EnsureInitialized()
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.CodecsAssembly
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.IsServiceType(System.Type)
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.GetServiceName(System.Type)
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.GetCanonicalName(System.Type)
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.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 TestPostingsFormatFactory : DefaultPostingsFormatFactory, IPostingsFormatFactory, IServiceListable
Methods
| Improve this Doc View SourceInitialize()
Declaration
protected override void Initialize()
Overrides
Lucene.Net.Codecs.DefaultPostingsFormatFactory.Initialize()
Implements
Lucene.Net.Codecs.IPostingsFormatFactory
Lucene.Net.Util.IServiceListable