Add initial documentation for the 'reindex' program
The initial documentation includes only a summary and list of available options. Further documentation needs to be added later: - Examples - Link to index configuration documentation (which doesn't exist yet) Change-Id: Id2da34b23513cda5da4485703f8ff69bd2519b65
This commit is contained in:
@@ -23,6 +23,9 @@ link:pgm-gsql.html[gsql]::
|
||||
link:pgm-prolog-shell.html[prolog-shell]::
|
||||
Simple interactive Prolog interpreter.
|
||||
|
||||
link:pgm-reindex.html[reindex]::
|
||||
Rebuild the secondary index.
|
||||
|
||||
link:pgm-rulec.html[rulec]::
|
||||
Compile project-specific Prolog rules to JARs.
|
||||
|
||||
|
||||
40
Documentation/pgm-reindex.txt
Normal file
40
Documentation/pgm-reindex.txt
Normal file
@@ -0,0 +1,40 @@
|
||||
reindex
|
||||
=======
|
||||
|
||||
NAME
|
||||
----
|
||||
reindex - Rebuild the secondary index
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'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.
|
||||
|
||||
GERRIT
|
||||
------
|
||||
Part of link:index.html[Gerrit Code Review]
|
||||
Reference in New Issue
Block a user