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

Info
titleUse Gradle for Solr 9, Ant for 8x and earlierConfigure IDE

# Setup Eclipse

gradlew eclipse

# Setup IntelliJ IDEA

gradlew

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 idea

Unit Tests

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

...