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

Resolve package name conflicts for StandardAnalyzer to allow Java module system support

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 9.0
    • 9.0
    • core/other
    • New

    Description

       

      To allow Lucene to be modularised there are a few preparatory tasks to be completed prior to this being possible.  The Java module system requires that jars do not use the same package name in different jars.  The lucene-core and lucene-analyzers-common both share the package org.apache.lucene.analysis.standard.

      Possible resolutions to this issue are discussed by Uwe on the mailing list here:

       

      http://mail-archives.apache.org/mod_mbox/lucene-dev/202004.mbox/%3CCAM21Rt8FHOq_JeUSELhsQJH0uN0eKBgduBQX4fQKxbs49TLqzA%40mail.gmail.com%3E????

      About StandardAnalyzer: Unfortunately I aggressively complained a while back when Mike McCandless wanted to move standard analyzer out of the analysis package into core (“for convenience”). This was a bad step, and IMHO we should revert that or completely rename the packages and everything. The problem here is: As the analysis services are only part of lucene-analyzers, we had to leave the factory classes there, but move the implementation classes in core. The package has to be the same. The only way around that is to move the analysis factory framework also to core (I would not be against that). This would include all factory base classes and the service loading stuff. Then we can move standard analyzer and some of the filters/tokenizers including their factories to core an that problem would be solved.

      There are two options here, either move factory framework into core or revert StandardAnalyzer back to lucene-analyzers.  In the email, the solution lands on reverting back as per the task list:

      Add some preparatory issues to cleanup class hierarchy: Move Analysis SPI to core / remove StandardAnalyzer and related classes out of core back to anaysis

       

       

       

       

      Attachments

        Issue Links

          Activity

            People

              tomoko Tomoko Uchida
              oobles David Ryan
              Votes:
              0 Vote for this issue
              Watchers:
              9 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 - 7h 20m
                  7h 20m