QA: Smoke Test Plugins

Loads up all of our plugins

Лицензия

Лицензия

Категории

Категории

Search Прикладные библиотеки Elasticsearch
Группа

Группа

org.elasticsearch.qa
Идентификатор

Идентификатор

smoke-test-plugins
Последняя версия

Последняя версия

2.4.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

QA: Smoke Test Plugins
Loads up all of our plugins

Скачать smoke-test-plugins

Как подключить последнюю версию

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

Зависимости

provided (30)

Идентификатор библиотеки Тип Версия
org.elasticsearch : elasticsearch jar 2.4.6
org.apache.lucene : lucene-core jar 5.5.4
org.apache.lucene : lucene-backward-codecs jar 5.5.4
org.apache.lucene : lucene-analyzers-common jar 5.5.4
org.apache.lucene : lucene-queries jar 5.5.4
org.apache.lucene : lucene-memory jar 5.5.4
org.apache.lucene : lucene-highlighter jar 5.5.4
org.apache.lucene : lucene-queryparser jar 5.5.4
org.apache.lucene : lucene-suggest jar 5.5.4
org.apache.lucene : lucene-join jar 5.5.4
org.apache.lucene : lucene-spatial jar 5.5.4
com.spatial4j : spatial4j jar 0.5
com.vividsolutions : jts jar 1.13
com.github.spullara.mustache.java : compiler jar 0.8.13
com.google.guava : guava jar 18.0
com.carrotsearch : hppc jar 0.7.1
joda-time : joda-time jar 2.9.5
com.fasterxml.jackson.core : jackson-core jar 2.8.1
com.fasterxml.jackson.dataformat : jackson-dataformat-smile jar 2.8.1
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.8.1
com.fasterxml.jackson.dataformat : jackson-dataformat-cbor jar 2.8.1
org.yaml : snakeyaml jar 1.15
io.netty : netty jar 3.10.6.Final
com.ning : compress-lzf jar 1.0.2
com.tdunning : t-digest jar 3.0
commons-cli : commons-cli jar 1.3.1
log4j : log4j jar 1.2.17
log4j : apache-log4j-extras jar 1.2.17
org.slf4j : slf4j-api jar 1.6.2
net.java.dev.jna : jna jar 4.1.0

test (4)

Идентификатор библиотеки Тип Версия
org.elasticsearch : elasticsearch test-jar 2.4.6
org.apache.httpcomponents : httpclient jar 4.3.6
org.hamcrest : hamcrest-all jar 1.3
org.apache.lucene : lucene-test-framework jar 5.5.4

Модули Проекта

Данный проект не имеет модулей.

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.qa

elastic

Версии библиотеки

Версия
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
2.0.0-rc1
2.0.0-beta2
2.0.0-beta1