lucene/dev-tools
Steven Rowe b383f4a044 Added a junit test scope dependency in the grandparent POM to work around a Maven 2.2.X bug in which transitive test dependency resolution omits junit as duplicate everywhere it occurs, resulting in the absence of the junit jar from the test classpath, and then test compilation failure. This manifested only in Solr's clustering contrib, but I'm putting it in the grandfather POM to insure it doesn't happen elsewhere. Under Maven 3.0.4, this behavior no longer occurs, so when we upgrade the minimum Maven version to 3.0.4+, the junit test scope dependency in the grandfather POM can be removed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234219 13f79535-47bb-0310-9956-ffa450edef68
2012-01-21 00:31:03 +00:00
..
eclipse LUCENE-3305: add Kuromoji Japanese morphological analyzer 2012-01-12 20:10:48 +00:00
idea IntelliJ IDEA configuration: Added *.dat to list of patterns of resources to copy to the compiler output directory; fixed typo in .idea/workspace.xml that misidentified the module for the kuromoji run configuration. 2012-01-17 04:36:05 +00:00
maven Added a junit test scope dependency in the grandparent POM to work around a Maven 2.2.X bug in which transitive test dependency resolution omits junit as duplicate everywhere it occurs, resulting in the absence of the junit jar from the test classpath, and then test compilation failure. This manifested only in Solr's clustering contrib, but I'm putting it in the grandfather POM to insure it doesn't happen elsewhere. Under Maven 3.0.4, this behavior no longer occurs, so when we upgrade the minimum Maven version to 3.0.4+, the junit test scope dependency in the grandfather POM can be removed. 2012-01-21 00:31:03 +00:00
scripts test javadocs in smoketester 2011-11-21 15:45:07 +00:00
README.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170601 13f79535-47bb-0310-9956-ffa450edef68 2011-09-14 13:22:46 +00: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 directories:
./size-estimator-lucene-solr -- Spreadsheet for estimating memory and disk usage in Lucene/Solr
./eclipse -- Used to generate project descriptors for the Eclipse IDE.
./idea -- Similar to Eclipse, but for IntelliJ's IDEA IDE.
./maven -- Mavenizes the Lucene/Solr packages
./scripts -- Odds and ends for building releases, etc.