Uploaded image for project: 'Lucene.Net'
  1. Lucene.Net
  2. LUCENENET-572

Make Lucene.Net.Expressions Configurable via Dependency Injection

    XMLWordPrintableJSON

Details

    Description

      Lucene.Net.Expressions currently reads its function data from a configuration file using Support.Configuration classes. We should aim to "push" the configuration down from the consuming application rather than "pull" it from a source that the consuming application does not control.

      In Java, the initial list of functions was in an embedded text file, and it could be extended by passing in a ClassLoader (which is roughly equivalent to .NET's Assembly class). For some reason, the .NET implementation has some auto-generated wrapper code, and it is unclear what auto-generated it and if it can be re-generated. We need to investigate why the implementation is so different, and make it Dependency Injection friendly.

      After this task is complete the Support.Configuration namespace should be deleted. All configuration should be supplied directly by the consuming application, not pulled from configuration files.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nightowl888 Shad Storhaug
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: