Registry / other / lucene-codecs

lucene-codecs

JSON →
library10.4.0javamavenunverified

Provides custom codec implementations for Apache Lucene, enabling different index storage formats.

<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-codecs</artifactId> <version>10.4.0</version> </dependency>
INSTALL
IMPORT
SIG · LUCENE-CODECS
L
lucene-codecs
otherjavav10.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Codec
org.apache.lucene.codecs.Codec

Instantiate a Lucene codec for custom index format.

import org.apache.lucene.codecs.Codec; import org.apache.lucene.codecs.lucene99.Lucene99Codec; Codec codec = new Lucene99Codec(); // Use codec when configuring IndexWriterConfig
Debug
Known issues
breakingCodec APIs change between Lucene major versions; ensure compatibility with your Lucene version.
fix
Use the codec version matching your Lucene core version (e.g., lucene-codecs 10.4.0 with lucene-core 10.4.0).
affects: all
Upgrade
Version history
10.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
lucene-codecs — mvn dependency:get lucene-codecs · libregistry