Download lucene-expressions-4.9.1.jar file - Jar l

Jar examples for l:lucene-expressions

Description

Dynamically computed values to sort/facet/search on based on a pluggable grammar.

You can download jar file lucene-expressions 4.9.1 in this page.

License

Apache License

Build File

You can use the following script to add lucene-expressions-4.9.1.jar to your project.

<dependency>
   <groupId>org.apache.lucene</groupId>
   <artifactId>lucene-expressions</artifactId>
   <version>4.9.1</version>
</dependency>
compile group: 'org.apache.lucene', name: 'lucene-expressions', version: '4.9.1'
libraryDependencies += "org.apache.lucene" % "lucene-expressions" % "4.9.1"
<dependency org="org.apache.lucene" name="lucene-expressions" rev="4.9.1"/>
@Grapes(@Grab(group='org.apache.lucene', module='lucene-expressions', version='4.9.1'))
'org.apache.lucene:lucene-expressions:jar:4.9.1'

Download

Click the following link to download the jar file.

lucene-expressions-4.9.1-javadoc.jar
lucene-expressions-4.9.1-sources.jar
lucene-expressions-4.9.1.jar
lucene-expressions-4.9.1.pom



Related Tutorials