Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: module system

...

  • File formats have all been changed from big-endian order to little endian order
  • Lucene 9 no longer has split packages. This required renaming some packages outside of the lucene-core JAR, so you will need to adjust some imports accordingly.
  • Using Lucene 9 with the module system should be considered experimental. We expect to make progress on this in future 9.x releases.

Further details of changes are available in the change log available at: http://lucene.apache.org/core/9_0/changes/Changes.html and the migration guide available at https://lucene.apache.org/core/9_0_0/MIGRATE.html.

...