Elasticsearch: Parent POM

Parent POM

License

License

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

jp.co.bizreach
ArtifactId

ArtifactId

elasticsearch-parent
Last Version

Last Version

2.3.5.1
Release Date

Release Date

Type

Type

pom
Description

Description

Elasticsearch: Parent POM
Parent POM
Source Code Management

Source Code Management

http://github.com/elastic/elasticsearch

Download elasticsearch-parent

How to add to project

<!-- https://jarcasting.com/artifacts/jp.co.bizreach/elasticsearch-parent/ -->
<dependency>
    <groupId>jp.co.bizreach</groupId>
    <artifactId>elasticsearch-parent</artifactId>
    <version>2.3.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jp.co.bizreach/elasticsearch-parent/
implementation 'jp.co.bizreach:elasticsearch-parent:2.3.5.1'
// https://jarcasting.com/artifacts/jp.co.bizreach/elasticsearch-parent/
implementation ("jp.co.bizreach:elasticsearch-parent:2.3.5.1")
'jp.co.bizreach:elasticsearch-parent:pom:2.3.5.1'
<dependency org="jp.co.bizreach" name="elasticsearch-parent" rev="2.3.5.1">
  <artifact name="elasticsearch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='jp.co.bizreach', module='elasticsearch-parent', version='2.3.5.1')
)
libraryDependencies += "jp.co.bizreach" % "elasticsearch-parent" % "2.3.5.1"
[jp.co.bizreach/elasticsearch-parent "2.3.5.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core

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.

jp.co.bizreach

elastic

Versions

Version
2.3.5.1