is not current version
Last Version 2.5.0

de.julielab:jcore-elasticsearch-consumer 2.3.1

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.

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

jcore-elasticsearch-consumer
Version

Version

2.3.1
Type

Type

jar

Download jcore-elasticsearch-consumer 2.3.1


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