Merge branch 'stable-2.8' into stable-2.9
* stable-2.8: Add documentation of the index.threads setting Reformat index documentation Conflicts: Documentation/config-gerrit.txt Change-Id: I242cdb5c45748b83ce6dc85111d693c98c875ae2
This commit is contained in:
commit
0907c505f3
@ -1878,6 +1878,13 @@ bundled with the .war will be used instead.
|
|||||||
|
|
||||||
The index section configures the secondary index.
|
The index section configures the secondary index.
|
||||||
|
|
||||||
|
Note that after enabling the secondary index, the index must be built
|
||||||
|
using the link:pgm-reindex.html[reindex program] before restarting the
|
||||||
|
Gerrit server.
|
||||||
|
|
||||||
|
Open and closed changes are indexed in separate indexes named
|
||||||
|
'changes_open' and 'changes_closed' respectively.
|
||||||
|
|
||||||
[[index.type]]index.type::
|
[[index.type]]index.type::
|
||||||
+
|
+
|
||||||
Type of secondary indexing employed by Gerrit. The supported
|
Type of secondary indexing employed by Gerrit. The supported
|
||||||
@ -1894,13 +1901,12 @@ SolrCloud] index is used.
|
|||||||
|
|
||||||
+
|
+
|
||||||
By default, `LUCENE`.
|
By default, `LUCENE`.
|
||||||
+
|
|
||||||
After changing the secondary index type, the index must be rebuilt
|
|
||||||
using the link:pgm-reindex.html[reindex program] before restarting the
|
|
||||||
Gerrit server.
|
|
||||||
|
|
||||||
Open and closed changes are indexed in separate indexes named
|
[[index.threads]]index.threads::
|
||||||
'changes_open' and 'changes_closed' respectively.
|
+
|
||||||
|
Determines the number of threads to use for indexing.
|
||||||
|
+
|
||||||
|
Defaults to 1 if not set, or set to a negative value.
|
||||||
|
|
||||||
[[index.url]]index.url::
|
[[index.url]]index.url::
|
||||||
+
|
+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user