jar

io.redlink.solr : compound-word-filter

Maven & Gradle

Feb 17, 2020
3 stars

Compound Word Filters · Provides compound word filters including a primary word filter and also a version of the solr.HyphenationCompoundWordTokenFilterFactory with the fix for LUCENE-8183

Table Of Contents

Latest Version

Download io.redlink.solr : compound-word-filter JAR file - Latest Versions:

All Versions

Download io.redlink.solr : compound-word-filter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window compound-word-filter-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.redlink.lucene.analysis.util

├─ io.redlink.lucene.analysis.util.HashUtil.class - [JAR]

├─ io.redlink.lucene.analysis.util.ResourceCache.class - [JAR]

io.redlink.lucene.analysis.hunspell

├─ io.redlink.lucene.analysis.hunspell.HunspellDictionaryConfig.class - [JAR]

├─ io.redlink.lucene.analysis.hunspell.HunspellStemFilterFactory.class - [JAR]

io.redlink.lucene.analysis.compound

├─ io.redlink.lucene.analysis.compound.HyphDictionaryConfig.class - [JAR]

├─ io.redlink.lucene.analysis.compound.HyphenationCompoundWordTokenFilter.class - [JAR]

├─ io.redlink.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory.class - [JAR]

├─ io.redlink.lucene.analysis.compound.HyphenatorConfig.class - [JAR]

├─ io.redlink.lucene.analysis.compound.PrimaryWordTokenFilter.class - [JAR]

├─ io.redlink.lucene.analysis.compound.PrimaryWordTokenFilterFactory.class - [JAR]

io.redlink.lucene.analysis.de

├─ io.redlink.lucene.analysis.de.FugenSTokenFilter.class - [JAR]

├─ io.redlink.lucene.analysis.de.FugenSTokenFilterFactory.class - [JAR]

io.redlink.lucene.analysis.miscellaneous

├─ io.redlink.lucene.analysis.miscellaneous.StemmerOverrideDictionaryConfig.class - [JAR]

├─ io.redlink.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory.class - [JAR]