ElasticSearch Wrapper
ElasticSearch utilities for easy abstraction and modeling over the standard ES API.
License |
License |
---|---|
GroupId | GroupIdio.polyglotted |
ArtifactId | ArtifactIdes-wrapper |
Last Version | Last Version2.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionElastic Search Wrapper
Standard set of utilities for elastic search abstraction
|
Project Organization |
Project OrganizationPolyglotted IO |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
es-wrapper-2.4.3.pom | |
es-wrapper-2.4.3.jar | 108 KB |
es-wrapper-2.4.3-tests.jar | 85 KB |
es-wrapper-2.4.3-sources.jar | 29 KB |
es-wrapper-2.4.3-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.polyglotted/es-wrapper/ -->
<dependency>
<groupId>io.polyglotted</groupId>
<artifactId>es-wrapper</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/es-wrapper/
implementation 'io.polyglotted:es-wrapper:2.4.3'
// https://jarcasting.com/artifacts/io.polyglotted/es-wrapper/
implementation ("io.polyglotted:es-wrapper:2.4.3")
'io.polyglotted:es-wrapper:jar:2.4.3'
<dependency org="io.polyglotted" name="es-wrapper" rev="2.4.3">
<artifact name="es-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='es-wrapper', version='2.4.3')
)
libraryDependencies += "io.polyglotted" % "es-wrapper" % "2.4.3"
[io.polyglotted/es-wrapper "2.4.3"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 4.1.0 |
com.vividsolutions : jts | jar | 1.13 |
org.elasticsearch : elasticsearch | jar | 1.7.4 |
org.apache.lucene : lucene-expressions | jar | 4.10.4 |
org.codehaus.groovy : groovy-all | jar | 2.4.4 |
fr.pilato.spring : spring-elasticsearch | jar | 1.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.4 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.guava : guava | jar | 18.0 |
com.google.code.gson : gson | jar | 2.3.1 |
org.springframework : spring-context | jar | 4.2.0.RELEASE |
io.polyglotted : app-launcher | jar | 2.0.6 |
io.polyglotted : pg-model | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.jmockit : jmockit | jar | 1.18 |
org.testng : testng | jar | 6.9.6 |
org.springframework : spring-test | jar | 4.2.0.RELEASE |
ElasticSearch utilities for easy abstraction and modeling over the standard ES API.