lucene/dev-tools
Luca Cavanna fbe5757d4c Align TestGenerateBwcIndices.java with AddBackcompatindices.py (#13911)
We updated TestGenerateBwcIndices to create int7 HNSW indices instead of int8 with #13874.
The corresponding python code part of the release wizard needs to be updated accordingly.
2024-10-15 13:40:43 +02:00
..
aws-jmh script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
doap DOAP changes for release 10.0.0 2024-10-14 14:58:05 +02:00
scripts Align TestGenerateBwcIndices.java with AddBackcompatindices.py (#13911) 2024-10-15 13:40:43 +02:00
test-patch LUCENE-10253: Remove the BadApple annotation. (#468) 2021-12-01 18:03:02 +01:00
README.txt Attempting to clean up some remaining Solr references (#12939) 2023-12-14 06:02:16 -05: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:

./aws-jmh/       -- Scripts for running microbenchmarks across different ec2 instance types.
./doap/          -- Lucene project descriptors in DOAP RDF format.
./missing-doclet -- JavaDoc validation doclet subproject
./scripts/       -- Odds and ends for building releases, etc.
./test-patch/    -- Scripts for automatically validating patches