mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
This change allows indices created in version 7.x to be opened as read-only indices in a 9.0 cluster. It requires the corresponding change in 8.18 (#120105). To be opened as read-only, indices must be regular, searchable snapshot or legacy indices created in a N-2 version. They must also have the index.blocks.write setting and regular indices require the additional index.verified_read_only. Relates #120105 Relates ES-10320 |
||
---|---|---|
.. | ||
src/javaRestTest/java/org/elasticsearch/lucene | ||
build.gradle |