Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed alert to note

...

If you had an open PR in the old GitHub repo, these are gone from the GitHub site. Please submit a new PR against the new repo. If you should want to see information in one of your old PRs, you may send us an email, as we have an export of all old PRs.

Building the first time


Alertnote
titleGradle is the preferred build environment for Trunk/Sorl 9.0typeInfotrunk/Solr9

Solr is transitioning to Gradle rather than Ant as it's build environment.

It is not necessary to use Gradle to build trunk/Solr9, but it is preferred as we'd like to get as much feedback as possible.

Trunk/Solr9 can be built with either Gradle or Ant. Solr 8x can only be built with Ant.

If you're working on trunk code, consider using Gradle. Here's a page to help get started: Building Solr with Gradle. This is still a Work in Progress, so please point out any deficiencies.

...