blob: f0818430c86ea840d6328bd2b8fe618c61585542 [file] [log] [blame]
= 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.
--verbose::
Output debug information for each change.
--dry-run::
Dry run. Don't write anything to index.
--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
---------