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.2.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add analysis-kuromoji-2.2.2.jar to your project.
<dependency> <groupId>org.elasticsearch.plugin</groupId> <artifactId>analysis-kuromoji</artifactId> <version>2.2.2</version> </dependency>
compile group: 'org.elasticsearch.plugin', name: 'analysis-kuromoji', version: '2.2.2'
libraryDependencies += "org.elasticsearch.plugin" % "analysis-kuromoji" % "2.2.2"
<dependency org="org.elasticsearch.plugin" name="analysis-kuromoji" rev="2.2.2"/>
@Grapes(@Grab(group='org.elasticsearch.plugin', module='analysis-kuromoji', version='2.2.2'))
'org.elasticsearch.plugin:analysis-kuromoji:jar:2.2.2'
Click the following link to download the jar file.
analysis-kuromoji-2.2.2-sources.jar