lucene/dev-tools
Jan Høydahl ff61e5fecb ReleaseWizard - Upgrade 'consolemenu' dependency to v0.7.1 (#11855)
Ported from https://github.com/apache/solr/pull/1020
Also pin python versions in requirements.txt to avoid unexpected incompatibilties in the future

Co-authored-by: Jan Høydahl <janhoy@users.noreply.github.com>
2023-11-02 07:43:18 -04:00
..
doap DOAP changes for release 9.8.0 2023-09-28 11:34:47 -07:00
missing-doclet LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2) (#452) 2021-11-19 09:28:11 -05:00
scripts ReleaseWizard - Upgrade 'consolemenu' dependency to v0.7.1 (#11855) 2023-11-02 07:43:18 -04:00
test-patch SOLR-14912: Unify solr-contrib-extraction with the artifact it produces (#2060) 2020-11-03 14:15:26 +01: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