blob: cc1232bf3dc8fe246a182adfd15f3fc3d448e230 [file] [log] [blame] [view]
# Setup
* Install index-opensearch module
Install the index-opensearch.jar into the `$GERRIT_SITE/lib` directory.
Add the index-opensearch module to `$GERRIT_SITE/etc/gerrit.config` as follows:
```ini
[gerrit]
installIndexModule = com.google.gerrit.opensearch.OpenSearchIndexModule
```
When installing the module on Gerrit replicas, use following example:
```ini
[gerrit]
installIndexModule = com.google.gerrit.opensearch.ReplicaOpenSearchIndexModule
```
For further information and supported options, refer to [config](config.html)
documentation.
[Back to @PLUGIN@ documentation index][index]
[index]: index.html