mirror of https://github.com/apache/lucene.git
784ede4eda
This has the same logic as the previous python, but no longer relies upon parsing HTML output, instead using java's doclet processor. The errors are reported like "normal" javadoc errors with source file name and line number and happen when running "gradlew javadoc" Although the "rules" are the same as the previous python, the python had some bugs where the checker didn't quite do exactly what we wanted, so some fixes were applied throughout. Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com> Co-authored-by: Uwe Schindler <uschindler@apache.org> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle |
README.md
The Solr test-framework products base classes and utility classes for writting JUnit tests excercising Solr functionality.
This test framework relies on the lucene components found in in the ./lucene-libs/ directory, as well as the third-party libraries found in the ./lib directory.