commit | 825efa57e8a914605e0ff131e94635968d3b370b | [log] [tgz] |
---|---|---|
author | Kaushik Lingarkar <kaushik.lingarkar@linaro.org> | Tue Jan 03 11:28:02 2023 -0700 |
committer | Kaushik Lingarkar <kaushik.lingarkar@linaro.org> | Tue Jan 03 11:28:02 2023 -0700 |
tree | 75a7eefec25bf5b3a8bb2efa4323d33f03467358 | |
parent | be191d704d495926b30952e7cd7d935a54e1470a [diff] |
Disable tracking total number of hits Gerrit queries don't need to track total number of hits and ES recommends[1] we set track_total_hits to false to improve query performance. [1] https://www.elastic.co/guide/en/elasticsearch/reference/7.16/search-your-data.html#track-total-hits Change-Id: I93940898421e8c48d5eec59d4dfbfb8386166048
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.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
See the setup instructions for how to install the index-elasticsearch module.
For further information and supported options, refer to the config documentation.
This libModule runs tests like a Gerrit in-tree plugin, using Bazelisk. See the test instructions for more details.