Registry / utility / lucene-analyzers

lucene-analyzers

JSON →
library3.6.2javamavenunverified

Additional text analyzers for Apache Lucene, including language-specific tokenizers.

<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-analyzers</artifactId> <version>3.6.2</version> </dependency>
INSTALL
IMPORT
SIG · LUCENE-ANALYZERS
L
lucene-analyzers
utilityjavav3.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StandardAnalyzer
org.apache.lucene.analysis.standard.StandardAnalyzer

Create a StandardAnalyzer for text tokenization.

import org.apache.lucene.analysis.standard.StandardAnalyzer; StandardAnalyzer analyzer = new StandardAnalyzer(); // Use analyzer to tokenize text
Debug
Known issues
breakingThis package is for Lucene 3.x; newer versions have moved analyzers to separate modules.
fix
Use lucene-analyzers-common for Lucene 4+.
affects: 3.x
Upgrade
Version history
3.6.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lucene-analyzers — mvn dependency:get lucene-analyzers · libregistry