MetaModel module for ElasticSearch via native (Node or Transport) client

MetaModel is a library that encapsulates the differences and enhances the capabilities of different datastores. Rich querying abilities are offered to datastores that do not otherwise support advanced querying and a unified view of the datastore structure is offered through a single model of the schemas, tables, columns and relationships.

License

License

Categories

Categories

Native Development Tools Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.eobjects.metamodel
ArtifactId

ArtifactId

MetaModel-elasticsearch-native
Last Version

Last Version

5.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

MetaModel module for ElasticSearch via native (Node or Transport) client
MetaModel is a library that encapsulates the differences and enhances the capabilities of different datastores. Rich querying abilities are offered to datastores that do not otherwise support advanced querying and a unified view of the datastore structure is offered through a single model of the schemas, tables, columns and relationships.

Download MetaModel-elasticsearch-native

How to add to project

<!-- https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-elasticsearch-native/ -->
<dependency>
    <groupId>org.eobjects.metamodel</groupId>
    <artifactId>MetaModel-elasticsearch-native</artifactId>
    <version>5.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-elasticsearch-native/
implementation 'org.eobjects.metamodel:MetaModel-elasticsearch-native:5.3.6'
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-elasticsearch-native/
implementation ("org.eobjects.metamodel:MetaModel-elasticsearch-native:5.3.6")
'org.eobjects.metamodel:MetaModel-elasticsearch-native:jar:5.3.6'
<dependency org="org.eobjects.metamodel" name="MetaModel-elasticsearch-native" rev="5.3.6">
  <artifact name="MetaModel-elasticsearch-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eobjects.metamodel', module='MetaModel-elasticsearch-native', version='5.3.6')
)
libraryDependencies += "org.eobjects.metamodel" % "MetaModel-elasticsearch-native" % "5.3.6"
[org.eobjects.metamodel/MetaModel-elasticsearch-native "5.3.6"]

Dependencies

compile (5)

Group / Artifact Type Version
org.eobjects.metamodel : MetaModel-core jar 5.3.6
org.eobjects.metamodel : MetaModel-elasticsearch-common jar 5.3.6
commons-io : commons-io jar 2.11.0
org.elasticsearch : elasticsearch jar 7.3.1
org.elasticsearch.client : transport jar 7.3.1

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.33
junit : junit jar 4.13.2
org.elasticsearch.test : framework jar 7.3.1
org.apache.logging.log4j : log4j-core jar 2.9.1

Project Modules

There are no modules declared in this project.

Versions

Version
5.3.6
5.3.5
5.3.4