Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove ant info

...

If you'd like to volunteer to be the moderator of a mailing list, just contact listname-owner@solr... (ie: users-owner@solr...)

Working with code

Notes for

...

IDEs

For Solr 9, gradlew eclipse or gradlew idea can be used to set up the project, simply execute that command and open the project.

For Solr 8 and earlier use ant eclipse or ant
Info
titleUse Gradle for Solr 9, Ant for 8x and earlier
Configure IDE

# Setup Eclipse

gradlew eclipse

# Setup IntelliJ IDEA

gradlew idea

Unit Tests

Please make sure that all unit tests succeed before constructing your patch.

...