Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TestCodecFactory

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

    Inheritance
    System.Object
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>
    Lucene.Net.Codecs.DefaultCodecFactory
    TestCodecFactory
    Implements
    Lucene.Net.Codecs.ICodecFactory
    Lucene.Net.Util.IServiceListable
    Inherited Members
    Lucene.Net.Codecs.DefaultCodecFactory.CustomCodecTypes
    Lucene.Net.Codecs.DefaultCodecFactory.ScanForCodecs(System.Collections.Generic.IEnumerable<System.Reflection.Assembly>)
    Lucene.Net.Codecs.DefaultCodecFactory.ScanForCodecs(System.Reflection.Assembly)
    Lucene.Net.Codecs.DefaultCodecFactory.PutCodecType(System.Type)
    Lucene.Net.Codecs.DefaultCodecFactory.GetCodec(System.String)
    Lucene.Net.Codecs.DefaultCodecFactory.GetCodec(System.Type)
    Lucene.Net.Codecs.DefaultCodecFactory.NewCodec(System.Type)
    Lucene.Net.Codecs.DefaultCodecFactory.GetCodecType(System.String)
    Lucene.Net.Codecs.DefaultCodecFactory.AvailableServices
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.m_initializationLock
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.EnsureInitialized()
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.CodecsAssembly
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.GetServiceName(System.Type)
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.GetCanonicalName(System.Type)
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.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 TestCodecFactory : DefaultCodecFactory, ICodecFactory, IServiceListable

    Methods

    | Improve this Doc View Source

    Initialize()

    Declaration
    protected override void Initialize()
    Overrides
    Lucene.Net.Codecs.DefaultCodecFactory.Initialize()
    | Improve this Doc View Source

    IsServiceType(Type)

    Declaration
    protected override bool IsServiceType(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Boolean
    Overrides
    Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.IsServiceType(System.Type)

    Implements

    Lucene.Net.Codecs.ICodecFactory
    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.