a843461b18
Same exercise as in change 79311 but now for the pgm commands. Fixed some syntax expressions that did not match the list of command options and harmonized the indentation. Change-Id: Ieec06ea87ecbc8cda467f58d514e2f29993ba46e Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
47 lines
792 B
Plaintext
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
|
|
---------
|