Registry / database / neo4j-lucene-index

neo4j-lucene-index

JSON →
library5.25.1javamavenunverified

Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.

<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-lucene-index</artifactId> <version>5.25.1</version> </dependency>
INSTALL
IMPORT
SIG · NEO4J-LUCENE-INDEX
N
neo4j-lucene-index
databasejavav5.25.1
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.

LuceneIndexImplementation
org.neo4j.index.lucene.LuceneIndexImplementation

Create a Lucene index implementation for Neo4j.

import org.neo4j.index.lucene.LuceneIndexImplementation; import org.neo4j.graphdb.GraphDatabaseService; import org.neo4j.graphdb.factory.GraphDatabaseFactory; public class Example { public static void main(String[] args) { GraphDatabaseService db = new GraphDatabaseFactory().newEmbeddedDatabase("data"); LuceneIndexImplementation index = new LuceneIndexImplementation(); System.out.println("Lucene index implementation created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.25.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
neo4j-lucene-index — mvn dependency:get neo4j-lucene-index · libregistry