Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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 Source

    Initialize()

    Declaration
    protected override void Initialize()
    Overrides
    Lucene.Net.Codecs.DefaultPostingsFormatFactory.Initialize()

    Implements

    Lucene.Net.Codecs.IPostingsFormatFactory
    Lucene.Net.Util.IServiceListable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.