mirror of https://github.com/apache/lucene.git
LUCENE-9509: fix generating documentation command for Solr
This commit is contained in:
parent
51484e138b
commit
7d0a0b96e0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue