Show / Hide Table of Contents

    Interface IResourceManagerFactory

    LUCENENET specific interface used to inject instances of . This extension point can be used to override the default behavior to, for example, retrieve resources from a persistent data store, rather than getting them from resource files.

    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public interface IResourceManagerFactory

    Methods

    | Improve this Doc View Source

    Create(Type)

    Declaration
    ResourceManager Create(Type resourceSource)
    Parameters
    Type Name Description
    Type resourceSource
    Returns
    Type Description
    ResourceManager
    | Improve this Doc View Source

    Release(ResourceManager)

    Declaration
    void Release(ResourceManager manager)
    Parameters
    Type Name Description
    ResourceManager manager
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)