Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-10348

Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 9.1, 10.0 (main)
    • core/other
    • None
    • New

    Description

      This is a followup after LUCENE-10335:

      In LUCENE-10335 we fixed all Analyzers static constructors to not rely on the analysis modules to export stopwords files. Nevertheless, it is currently impossible to use CustomAnalyzer and refer to stopwords files in the analyzers module, because those are hidden, rmuir showed some examples of how this is uesed. This would also make it impossible for Solr to reuse the resources files!

      Basically we should make the stopwords files (and other resources) visible. We have to options:

      • open all packages with resources unconditionally
      • open all packages with resources only to module "org.apache.lucene.core"

      I prefer the second one. The problem with Java's module system is the following: If you open a package, it is also open for (deep) reflection, which we don't want. So my proposal is to only open those packages only to lucene core, so the ModuleResourceLoader and ClasspathResourceLoader can see those resources (and Solr would be able to delegate to these resource loaders if needed).

      I will adds a test in the distribution.tests package that verifies that resources in all analysis packages are open.

      Attachments

        Issue Links

          Activity

            People

              uschindler Uwe Schindler
              uschindler Uwe Schindler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m