Apache Lucene module providing backward-compatible codecs for reading older index formats.
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-backward-codecs</artifactId>
<version>10.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Lucene50Codec to set a backward-compatible codec for an IndexWriter.
Use backward codecs only for reading; for writing, use the default codec or a forward-compatible one.
No dependency data recorded yet.