jar

com.alibaba.lindorm : lindorm-search-langid

Maven & Gradle

Apr 11, 2022
2 usages

Lindorm Search Language Identifier · This module is intended to be used while indexing documents. It is implemented as an UpdateProcessor to be placed in an UpdateChain. Its purpose is to identify language from documents and tag the document with language code.

Table Of Contents

Latest Version

Download com.alibaba.lindorm : lindorm-search-langid JAR file - Latest Versions:

All Versions

Download com.alibaba.lindorm : lindorm-search-langid JAR file - All Versions:

Version Vulnerabilities Size Updated
8.10.x
8.9.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 lindorm-search-langid-8.10.1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.solr.update.processor

├─ org.apache.solr.update.processor.DetectedLanguage.class - [JAR]

├─ org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessor.class - [JAR]

├─ org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory.class - [JAR]

├─ org.apache.solr.update.processor.LangIdParams.class - [JAR]

├─ org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor.class - [JAR]

├─ org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessor.class - [JAR]

├─ org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory.class - [JAR]

├─ org.apache.solr.update.processor.SolrInputDocumentReader.class - [JAR]

├─ org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessor.class - [JAR]

├─ org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory.class - [JAR]