не последняя версия
Последняя версия 9.0.0

org.apache.solr:solr-langid 4.0.0-BETA

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.

Группа

Группа

org.apache.solr
Идентификатор

Идентификатор

solr-langid
Версия

Версия

4.0.0-BETA
Тип

Тип

jar

Скачать solr-langid 4.0.0-BETA


<!-- https://jarcasting.com/artifacts/org.apache.solr/solr-langid/ -->
<dependency>
    <groupId>org.apache.solr</groupId>
    <artifactId>solr-langid</artifactId>
    <version>4.0.0-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.solr/solr-langid/
implementation 'org.apache.solr:solr-langid:4.0.0-BETA'
// https://jarcasting.com/artifacts/org.apache.solr/solr-langid/
implementation ("org.apache.solr:solr-langid:4.0.0-BETA")
'org.apache.solr:solr-langid:jar:4.0.0-BETA'
<dependency org="org.apache.solr" name="solr-langid" rev="4.0.0-BETA">
  <artifact name="solr-langid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.solr', module='solr-langid', version='4.0.0-BETA')
)
libraryDependencies += "org.apache.solr" % "solr-langid" % "4.0.0-BETA"
[org.apache.solr/solr-langid "4.0.0-BETA"]