/analyzers

This library provides Lucene's analyzers.

Primary LanguageJavaApache License 2.0Apache-2.0

Lucene Analyzers Java CI with Maven

Overview

This library provides Lucene's analyzers.

Version

Versions in Maven Repository

Issues/Questions

Please file an issue.

Installation

Maven

Put the following dependency into pom.xml:

<dependency>
  <groupId>org.codelibs</groupId>
  <artifactId>analyzers-ja</artifactId>
  <version>7.3.1.1</version>
</dependency>