Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IDocValuesFormatFactory

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

    To set the IDocValuesFormatFactory, call SetDocValuesFormatFactory(IDocValuesFormatFactory).

    See the Lucene.Net.Codecs namespace documentation for some common usage examples.
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public interface IDocValuesFormatFactory

    Methods

    GetDocValuesFormat(string)

    Gets the DocValuesFormat instance from the provided name.

    Declaration
    DocValuesFormat GetDocValuesFormat(string name)
    Parameters
    Type Name Description
    string name

    The name of the DocValuesFormat instance to retrieve.

    Returns
    Type Description
    DocValuesFormat

    The DocValuesFormat instance.

    See Also
    DefaultDocValuesFormatFactory
    IServiceListable

    See Also

    DefaultDocValuesFormatFactory
    IServiceListable
    Back to top Copyright © 2024 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.