NoSQLUnit Elasticsearch 2.x

Support for Elasticsearch 2.x in NoSQLUnit

License

License

Categories

Categories

H2 Data Databases Search Business Logic Libraries Elasticsearch
GroupId

GroupId

com.github.joschi.nosqlunit
ArtifactId

ArtifactId

nosqlunit-elasticsearch2
Last Version

Last Version

0.9.0-1
Release Date

Release Date

Type

Type

jar
Description

Description

NoSQLUnit Elasticsearch 2.x
Support for Elasticsearch 2.x in NoSQLUnit
Project URL

Project URL

https://github.com/joschi/nosqlunit-elasticsearch2
Source Code Management

Source Code Management

https://github.com/joschi/nosqlunit-elasticsearch2

Download nosqlunit-elasticsearch2

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.joschi.nosqlunit/nosqlunit-elasticsearch2/ -->
<dependency>
    <groupId>com.github.joschi.nosqlunit</groupId>
    <artifactId>nosqlunit-elasticsearch2</artifactId>
    <version>0.9.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joschi.nosqlunit/nosqlunit-elasticsearch2/
implementation 'com.github.joschi.nosqlunit:nosqlunit-elasticsearch2:0.9.0-1'
// https://jarcasting.com/artifacts/com.github.joschi.nosqlunit/nosqlunit-elasticsearch2/
implementation ("com.github.joschi.nosqlunit:nosqlunit-elasticsearch2:0.9.0-1")
'com.github.joschi.nosqlunit:nosqlunit-elasticsearch2:jar:0.9.0-1'
<dependency org="com.github.joschi.nosqlunit" name="nosqlunit-elasticsearch2" rev="0.9.0-1">
  <artifact name="nosqlunit-elasticsearch2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joschi.nosqlunit', module='nosqlunit-elasticsearch2', version='0.9.0-1')
)
libraryDependencies += "com.github.joschi.nosqlunit" % "nosqlunit-elasticsearch2" % "0.9.0-1"
[com.github.joschi.nosqlunit/nosqlunit-elasticsearch2 "0.9.0-1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.lordofthejars : nosqlunit-core jar 0.9.0
org.elasticsearch : elasticsearch jar 2.1.0
com.google.guava : guava jar 18.0

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

Elasticsearch 2.x for NoSQLUnit

Build Status Coverage Status Maven Central

Usage

Maven Artifacts

This project is available on Maven Central. To add it to your project simply add the following dependencies to your pom.xml:

<dependency>
  <groupId>com.github.joschi.nosqlunit</groupId>
  <artifactId>nosqlunit-elasticsearch2</artifactId>
  <version>0.8.1-1</version>
</dependency>

Support

Please file bug reports and feature requests in GitHub issues.

License

Copyright (c) 2015 Jochen Schalanda

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.

Versions

Version
0.9.0-1
0.9.0-es5alpha-1
0.8.1-1