gerrit/Documentation/pgm-reindex.txt
Sven Selberg 0c3730b282 Remove --recheck-mergeable option from reindex documentation
0916cc3605 - Replace background mergeability
checks with reindexing
Removed the --recheck-mergeable option.

Change-Id: I11787191a13615b84f0f055bf68a299267097755
2015-09-24 10:10:40 +02:00

40 lines
690 B
Plaintext

= reindex
== NAME
reindex - Rebuild the secondary index
== SYNOPSIS
--
'java' -jar gerrit.war 'reindex' [<OPTIONS>]
--
== DESCRIPTION
Rebuilds the secondary index.
== OPTIONS
--threads::
Number of threads to use for indexing.
--schema-version::
Schema version to reindex; default is most recent version.
--output::
Prefix for output; path for local disk index, or prefix for remote index.
--verbose::
Output debug information for each change.
--dry-run::
Dry run. Don't write anything to index.
== 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
---------