lucene/dev-tools
Uwe Schindler aabd36332f LUCENE-9215: add changes, tune the build.gradle of the doclet project to have correct settings 2020-09-02 19:54:55 +02:00
..
doap DOAP changes for release 8.6.2 2020-09-01 09:08:05 +02:00
missing-doclet LUCENE-9215: add changes, tune the build.gradle of the doclet project to have correct settings 2020-09-02 19:54:55 +02:00
scripts LUCENE-9215: replace checkJavaDocs.py with doclet (#1802) 2020-09-02 08:29:17 -04:00
test-patch Don't run @BadApple tests when Yetus runs unit tests 2018-07-17 20:21:04 -04:00
README.txt LUCENE-9493: Remove obsolete dev-tools/{idea,netbeans,maven} folders (#1809) 2020-09-01 09:57:17 +02:00
size-estimator-lucene-solr.xls LUCENE-3435: fix sort field calculation 2011-09-16 20:46:16 +00:00

README.txt

The tools, documentation, etc. in this directory are intended to be helpful
to developers of Lucene and Solr.  They are not necessarily maintained in
the same way that the core code is maintained and so your mileage may vary
as to the usefulness of the tools.

Description of dev-tools/ contents:

./size-estimator-lucene-solr.xls -- Spreadsheet for estimating memory and disk usage in Lucene/Solr
./missing-doclet -- JavaDoc validation doclet subproject
./doap/       -- Lucene and Solr project descriptors in DOAP RDF format.
./scripts/    -- Odds and ends for building releases, etc.
./test-patch/ -- Scripts for automatically validating patches