Show / Hide Table of Contents

    Class TestPostingsFormatFactory

    LUCENENET specific class used to add the PostingsFormats from the test framework.

    Inheritance
    System.Object
    NamedServiceFactory<PostingsFormat>
    DefaultPostingsFormatFactory
    TestPostingsFormatFactory
    Implements
    IPostingsFormatFactory
    IServiceListable
    Inherited Members
    DefaultPostingsFormatFactory.CustomPostingsFormatTypes
    DefaultPostingsFormatFactory.ScanForPostingsFormats(IEnumerable<Assembly>)
    DefaultPostingsFormatFactory.ScanForPostingsFormats(Assembly)
    DefaultPostingsFormatFactory.PutPostingsFormatType(Type)
    DefaultPostingsFormatFactory.GetPostingsFormat(String)
    DefaultPostingsFormatFactory.GetPostingsFormat(Type)
    DefaultPostingsFormatFactory.NewPostingsFormat(Type)
    DefaultPostingsFormatFactory.GetPostingsFormatType(String)
    DefaultPostingsFormatFactory.AvailableServices
    NamedServiceFactory<PostingsFormat>.m_initializationLock
    NamedServiceFactory<PostingsFormat>.EnsureInitialized()
    NamedServiceFactory<PostingsFormat>.CodecsAssembly
    NamedServiceFactory<PostingsFormat>.IsServiceType(Type)
    NamedServiceFactory<PostingsFormat>.GetServiceName(Type)
    NamedServiceFactory<PostingsFormat>.GetCanonicalName(Type)
    NamedServiceFactory<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 Source

    Initialize()

    Declaration
    protected override void Initialize()
    Overrides
    DefaultPostingsFormatFactory.Initialize()

    Implements

    IPostingsFormatFactory
    IServiceListable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)