Distribution: Shaded JAR

Parent POM

License

License

Categories

Categories

Distribution Build Tools Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.distribution.shaded
ArtifactId

ArtifactId

elasticsearch
Last Version

Last Version

2.0.0-beta1
Release Date

Release Date

Type

Type

jar
Description

Description

Distribution: Shaded JAR
Parent POM

Download elasticsearch

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
org.apache.lucene : lucene-core jar 5.2.1
org.apache.lucene : lucene-backward-codecs jar 5.2.1
org.apache.lucene : lucene-analyzers-common jar 5.2.1
org.apache.lucene : lucene-queries jar 5.2.1
org.apache.lucene : lucene-memory jar 5.2.1
org.apache.lucene : lucene-highlighter jar 5.2.1
org.apache.lucene : lucene-queryparser jar 5.2.1
org.apache.lucene : lucene-sandbox jar 5.2.1
org.apache.lucene : lucene-suggest jar 5.2.1
org.apache.lucene : lucene-misc jar 5.2.1
org.apache.lucene : lucene-join jar 5.2.1
org.apache.lucene : lucene-grouping jar 5.2.1
org.apache.lucene : lucene-spatial jar 5.2.1
com.spatial4j : spatial4j jar 0.4.1

test (5)

Group / Artifact Type Version
com.carrotsearch.randomizedtesting : randomizedtesting-runner jar 2.1.16
org.hamcrest : hamcrest-all jar 1.3
org.apache.lucene : lucene-test-framework jar 5.2.1
org.elasticsearch : elasticsearch test-jar 2.0.0-beta1
org.apache.httpcomponents : httpclient jar 4.3.6

Project Modules

There are no modules declared in this project.

Elasticsearch

Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. You can use Elasticsearch to store, search, and manage data for:

  • Logs

  • Metrics

  • A search backend

  • Application monitoring

  • Endpoint security

... and more!

To learn more about Elasticsearch’s features and capabilities, see our product page.

Get started

The simplest way to set up Elasticsearch is to create a managed deployment with Elasticsearch Service on Elastic Cloud.

If you prefer to install and manage Elasticsearch yourself, you can download the latest version from elastic.co/downloads/elasticsearch.

For more installation options, see the Elasticsearch installation documentation.

Upgrade

To upgrade from an earlier version of Elasticsearch, see the Elasticsearch upgrade documentation.

Build from source

Elasticsearch uses Gradle for its build system.

To build a distribution for your local OS and print its output location upon completion, run:

./gradlew localDistro

To build a distribution for another platform, run the related command:

./gradlew :distribution:archives:linux-tar:assemble
./gradlew :distribution:archives:darwin-tar:assemble
./gradlew :distribution:archives:windows-zip:assemble

To build distributions for all supported platforms, run:

./gradlew assemble

Distributions are output to distributions/archives.

To run the test suite, see TESTING.

Documentation

For the complete Elasticsearch documentation visit elastic.co.

For information about our documentation processes, see the docs README.

Contribute

For contribution guidelines, see CONTRIBUTING.

Questions? Problems? Suggestions?

  • To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn’t created an issue for the same topic.

  • Need help using Elasticsearch? Reach out on the Elastic Forum or Slack. A fellow community member or Elastic engineer will be happy to help you out.

org.elasticsearch.distribution.shaded

elastic

Versions

Version
2.0.0-beta1