Registry / database / lucene-memory

lucene-memory

JSON →
library10.4.0javamavenunverified

A module of Apache Lucene providing in-memory indexing and search capabilities.

<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-memory</artifactId> <version>10.4.0</version> </dependency>
INSTALL
IMPORT
SIG · LUCENE-MEMORY
L
lucene-memory
databasejavav10.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.

RAMDirectory
org.apache.lucene.store.RAMDirectory

Minimal usage of Lucene Memory module

import org.apache.lucene.store.RAMDirectory; import org.apache.lucene.index.IndexWriter; import org.apache.lucene.analysis.standard.StandardAnalyzer; public class Example { public static void main(String[] args) throws Exception { RAMDirectory dir = new RAMDirectory(); IndexWriter writer = new IndexWriter(dir, new StandardAnalyzer()); writer.close(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
lucene-memory — mvn dependency:get lucene-memory · libregistry