n

neo4j-lucene-index

Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.
http://components.neo4j.org/${project.artifactId}/${project.version}
GNU General Public License, Version 3
Files download
File Operation
neo4j-lucene-index-1.8.M06.jar download
neo4j-lucene-index-1.8.M06.pom download
neo4j-lucene-index-1.8.M06-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j-lucene-index</artifactId>
  <version>1.8.M06</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:neo4j-lucene-index:1.8.M06'
Gradle Kotlin
implementation("org.neo4j:neo4j-lucene-index:1.8.M06")
Scala SBT
libraryDependencies += "org.neo4j" % "neo4j-lucene-index" % "1.8.M06"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='neo4j-lucene-index', version='1.8.M06')
)
Apache Ivy
<dependency org="org.neo4j" name="neo4j-lucene-index" rev="1.8.M06" />
Leiningen
[org.neo4j/neo4j-lucene-index "1.8.M06"]
Apache Buildr
'org.neo4j:neo4j-lucene-index:jar:1.8.M06'