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

de.julielab:jcore-elasticsearch-consumer 2.3.0

This component converts CAS annotations into a JSON format that originates from Solr's preanalyzed field type. At the JulieLab, there is an ElasticSearch plugin making this format accessible also by ElasticSearch. Configuration happens right in Java code. Note that the component is also able to generate perfectly valid ElasticSearch default JSON which does not require the plugin. Then, however, the preanalyzed data format cannot be used because this is the format that required the ElasticSearch plugin.

Категории

Категории

Search Прикладные библиотеки Elasticsearch
Группа

Группа

de.julielab
Идентификатор

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

jcore-elasticsearch-consumer
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать jcore-elasticsearch-consumer 2.3.0


<!-- https://jarcasting.com/artifacts/de.julielab/jcore-elasticsearch-consumer/ -->
<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-elasticsearch-consumer</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/jcore-elasticsearch-consumer/
implementation 'de.julielab:jcore-elasticsearch-consumer:2.3.0'
// https://jarcasting.com/artifacts/de.julielab/jcore-elasticsearch-consumer/
implementation ("de.julielab:jcore-elasticsearch-consumer:2.3.0")
'de.julielab:jcore-elasticsearch-consumer:jar:2.3.0'
<dependency org="de.julielab" name="jcore-elasticsearch-consumer" rev="2.3.0">
  <artifact name="jcore-elasticsearch-consumer" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='jcore-elasticsearch-consumer', version='2.3.0')
)
libraryDependencies += "de.julielab" % "jcore-elasticsearch-consumer" % "2.3.0"
[de.julielab/jcore-elasticsearch-consumer "2.3.0"]