Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface ICodecFactory

    Contract for extending the functionality of Codec implementations so they can be injected with dependencies.

    To set the ICodecFactory, call SetCodecFactory(ICodecFactory).

    See the Lucene.Net.Codecs namespace documentation for some common usage examples.

    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public interface ICodecFactory

    Methods

    | Improve this Doc View Source

    GetCodec(String)

    Gets the Codec instance from the provided name.

    Declaration
    Codec GetCodec(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the Codec instance to retrieve.

    Returns
    Type Description
    Codec

    The Codec instance.

    See Also

    DefaultCodecFactory
    IServiceListable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.