LUCENE-9509: fix generating documentation command for Solr

This commit is contained in:
Tomoko Uchida 2020-09-07 20:48:24 +09:00
parent 51484e138b
commit 7d0a0b96e0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ For development, especially when you have created test indexes etc, use
the `./gradlew dev` task which will copy binaries to `./solr/packaging/build/dev`
but _only_ overwrite the binaries which will preserve your test setup.
If you want to build the documentation, type `./gradlew buildSite`.
If you want to build the documentation, type `./gradlew -p solr documentation`.
## Running Solr