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.9.M04.jar download
neo4j-lucene-index-1.9.M04.pom download
neo4j-lucene-index-1.9.M04-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j-lucene-index</artifactId>
  <version>1.9.M04</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:neo4j-lucene-index:1.9.M04'
Gradle Kotlin
implementation("org.neo4j:neo4j-lucene-index:1.9.M04")
Scala SBT
libraryDependencies += "org.neo4j" % "neo4j-lucene-index" % "1.9.M04"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='neo4j-lucene-index', version='1.9.M04')
)
Apache Ivy
<dependency org="org.neo4j" name="neo4j-lucene-index" rev="1.9.M04" />
Leiningen
[org.neo4j/neo4j-lucene-index "1.9.M04"]
Apache Buildr
'org.neo4j:neo4j-lucene-index:jar:1.9.M04'