Gerrit libModule providing an index backend based on ElasticSearch

Clone this repo:
  1. 17f8d57 Merge branch 'stable-3.10' by Matthias Sohn · 4 weeks ago master
  2. 0b7d4b8 Implement new numDocs() method by Matthias Sohn · 5 weeks ago
  3. 08c9aea ElasticContainer: remove unused private constant by Matthias Sohn · 5 weeks ago stable-3.10
  4. 8239f75 ElasticContainer: suppress unclosed resource warning by Matthias Sohn · 5 weeks ago
  5. 6c475cb Replace use of deprecated Changes#id(int) method by Matthias Sohn · 5 weeks ago

Index backend for Gerrit, based on ElasticSearch

Indexing backend libModule for Gerrit Code Review based on ElasticSearch.

This module was originally part of Gerrit core and then extracted into a separate component from v3.5.0-rc3 as part of Change-Id: Ib7b5167ce.

Note that, ElasticSearch source code is no longer Apache 2.0-licensed for versions 7.11 and newer. See ElasticSearch 2021 license change for more information.

How to build

This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.

Setup

See the setup instructions for how to install the index-elasticsearch module.

For further information and supported options, refer to the config documentation.

Integration test

This libModule runs tests like a Gerrit in-tree plugin, using Bazelisk. See the test instructions for more details.