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