reindex - Rebuild the secondary index
java -jar gerrit.war reindex [--threads] [--changes-schema-version] [--verbose] [--list] [--index]
Rebuilds the secondary index.
--threads
Number of threads to use for indexing.
--changes-schema-version
Schema version to reindex; default is most recent version.
--verbose
Output debug information for each change.
--list
List available index names.
--index
Reindex only index with given name. This option can be supplied more than once to reindex multiple indices.
The secondary index must be enabled. See index.type.
Part of Gerrit Code Review