Files
gerrit/Documentation/pgm-reindex.txt
Michael Ochmann c5fe4f4edc Remove --dry-run option from reindex command documentation
The --dry-run option was removed from the reindex command with
Ic945a64f6184c15f84fe998e754046fae390b0f7 but the documentation
was not adapted accordingly.

Change-Id: Iddb8fbbe96af6e120adb4d9d174be8c54129675d
Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
2016-07-08 15:26:42 +02:00

47 lines
792 B
Plaintext

= reindex
== NAME
reindex - Rebuild the secondary index
== SYNOPSIS
[verse]
--
_java_ -jar gerrit.war _reindex_
[--threads]
[--changes-schema-version]
[--verbose]
[--list]
[--index]
--
== DESCRIPTION
Rebuilds the secondary index.
== OPTIONS
--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.
== CONTEXT
The secondary index must be enabled. See
link:config-gerrit.html#index.type[index.type].
GERRIT
------
Part of link:index.html[Gerrit Code Review]
SEARCHBOX
---------