@PLUGIN@ reindex - Start an online reindex
ssh -p <port> <host> reindexer start {VERSION}
Start an online reindex with the specified lucene index version.
The index version for a Gerrit site can be found in $review_site/index/gerrit_index.config
Any user who has been granted the ‘Administrate Server’ capability.
This command is intended to be used in scripts.
Start online reindex with index version 14 (for Gerrit 2.11.x)
$ ssh -p 29418 review.example.com reindex start 14
Part of Gerrit Code Review