Lucene 9 relocated into org.graylog.shaded.lucene9 so that it can coexist with Lucene 10 on the same
classpath. Lucene only reads indices of the current and the previous major version, so Lucene 10 alone
cannot open Lucene 8 segments (OpenSearch 1.x / Elasticsearch 7.x). The data node uses this artifact to
still detect and report such index directories instead of failing with an unspecific error.