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

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

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-ALPHA
Тип

Тип

jar

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


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