{"id":70650,"library":"neo4j-lucene-index","title":"Neo4j Lucene Index","description":"Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.","status":"active","version":"5.25.1","language":"java","source_language":null,"source_url":"https://github.com/neo4j/neo4j","tags":["neo4j","lucene","index","database","search"],"install":[{"cmd":"<dependency>\n  <groupId>org.neo4j</groupId>\n  <artifactId>neo4j-lucene-index</artifactId>\n  <version>5.25.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.neo4j:neo4j-lucene-index:5.25.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"LuceneIndexImplementation","correct":"org.neo4j.index.lucene.LuceneIndexImplementation"}],"quickstart":{"code":"import org.neo4j.index.lucene.LuceneIndexImplementation;\nimport org.neo4j.graphdb.GraphDatabaseService;\nimport org.neo4j.graphdb.factory.GraphDatabaseFactory;\n\npublic class Example {\n    public static void main(String[] args) {\n        GraphDatabaseService db = new GraphDatabaseFactory().newEmbeddedDatabase(\"data\");\n        LuceneIndexImplementation index = new LuceneIndexImplementation();\n        System.out.println(\"Lucene index implementation created\");\n    }\n}","lang":"java","description":"Create a Lucene index implementation for Neo4j."},"warnings":[],"env_vars":null,"search_vec":"'api':17 'databas':21 'implement':13 'index':3,16,20 'integr':4 'layer':5 'lucen':2,9,19 'neo4j':1,7,18 'one':11 'possibl':12 'provid':10 'search':22","created_at":"2026-06-17T18:17:33.479602+00:00","updated_at":"2026-06-17T18:17:33.479602+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://components.neo4j.org/neo4j-lucene-index/5.25.1","github":"https://github.com/neo4j/neo4j","docs":"https://appdoc.app/artifact/org.neo4j/neo4j-lucene-index/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}