Document that reindex must be run after enabling the secondary index

If the index is enabled, but not built before Gerrit is started, Gerrit
fails to start with IllegalStateException.

Update the documentation to mention that the `reindex` program must be
run after enabling the index.

Change-Id: I6e5fb35c408cf315c222577b23e14656b9e76810
This commit is contained in:
David Pursehouse
2013-11-26 12:22:54 +09:00
parent 20cb46ec6e
commit e474ddff5e

View File

@@ -1848,6 +1848,10 @@ query operators are routed through the standard SQL query engine.
+
By default, `SQL`.
+
After enabling the secondary index, the index must be built using
the link:pgm-reindex.html[reindex program] before restarting the
Gerrit server.
[[ldap]]Section ldap
~~~~~~~~~~~~~~~~~~~~