Show / Hide Table of Contents

    Interface IDocValuesFormatFactory

    LUCENENET specific contract for extending the functionality of DocValuesFormat implementations so they can be injected with dependencies.

    To set the IDocValuesFormatFactory, call SetDocValuesFormatFactory(IDocValuesFormatFactory).

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

    Methods

    | Improve this Doc View Source

    GetDocValuesFormat(String)

    Gets the DocValuesFormat instance from the provided name.

    Declaration
    DocValuesFormat GetDocValuesFormat(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the DocValuesFormat instance to retrieve.

    Returns
    Type Description
    DocValuesFormat

    The DocValuesFormat instance.

    See Also

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