Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: master->main and lucene-solr -> lucene
  1. Fork https://github.com/apache/lucene-solr (this will create https://github.com/USERNAME/lucene-solr)
  2. From eclipse workspace/ directory, git clone git@github.com:USERNAME/lucene-solr.git
  3. cd lucene-solr
  4. ant ./gradlew eclipse
  5. File->New Java Project-> Project Name:"lucene-solr" and click Finish
  6. <<hack code, make local commits>>
  7. once you are happy, and 'ant test' succeeds, make a patch:
    git format-patch --stdout -p --no-prefix origin > LUCENE-XXXX.patch
  8. create a new JIRA issue at https://issues.apache.org/jira/browse/LUCENE and attach your patch