Jar examples for a:analysis-kuromoji
The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.
You can download jar file analysis-kuromoji 2.1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add analysis-kuromoji-2.1.1.jar to your project.
<dependency> <groupId>org.elasticsearch.plugin</groupId> <artifactId>analysis-kuromoji</artifactId> <version>2.1.1</version> </dependency>
compile group: 'org.elasticsearch.plugin', name: 'analysis-kuromoji', version: '2.1.1'
libraryDependencies += "org.elasticsearch.plugin" % "analysis-kuromoji" % "2.1.1"
<dependency org="org.elasticsearch.plugin" name="analysis-kuromoji" rev="2.1.1"/>
@Grapes(@Grab(group='org.elasticsearch.plugin', module='analysis-kuromoji', version='2.1.1'))
'org.elasticsearch.plugin:analysis-kuromoji:jar:2.1.1'
Click the following link to download the jar file.
analysis-kuromoji-2.1.1-sources.jar