diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 369c003beee..03486764bb4 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -4,6 +4,7 @@ elasticsearch-dev-tools 2.0.0-beta1-SNAPSHOT Elasticsearch Build Resources + Tools to assist in building and developing in the Elasticsearch project org.sonatype.oss oss-parent diff --git a/distribution/deb/pom.xml b/distribution/deb/pom.xml index 46173b033f1..677364b42a8 100644 --- a/distribution/deb/pom.xml +++ b/distribution/deb/pom.xml @@ -17,6 +17,7 @@ But if you do this, then maven lifecycle does not execute any test (nor compile any test) --> + The Debian distribution of Elasticsearch false diff --git a/distribution/deb/src/main/packaging/scripts/control b/distribution/deb/src/main/packaging/scripts/control index b98ce2066c0..1913de78738 100644 --- a/distribution/deb/src/main/packaging/scripts/control +++ b/distribution/deb/src/main/packaging/scripts/control @@ -6,33 +6,4 @@ Depends: libc6, adduser Section: web Priority: optional Homepage: https://www.elastic.co/ -Description: Open Source, Distributed, RESTful Search Engine - Elasticsearch is a distributed RESTful search engine built for the cloud. - . - Features include: - . - + Distributed and Highly Available Search Engine. - - Each index is fully sharded with a configurable number of shards. - - Each shard can have one or more replicas. - - Read / Search operations performed on either one of the replica shard. - + Multi Tenant with Multi Types. - - Support for more than one index. - - Support for more than one type per index. - - Index level configuration (number of shards, index storage, ...). - + Various set of APIs - - HTTP RESTful API - - Native Java API. - - All APIs perform automatic node operation rerouting. - + Document oriented - - No need for upfront schema definition. - - Schema can be defined per type for customization of the indexing process. - + Reliable, Asynchronous Write Behind for long term persistency. - + (Near) Real Time Search. - + Built on top of Lucene - - Each shard is a fully functional Lucene index - - All the power of Lucene easily exposed through simple - configuration/plugins. - + Per operation consistency - - Single document level operations are atomic, consistent, isolated and - durable. - + Open Source under the Apache License, version 2 ("ALv2"). +Description: Elasticsearch is a distributed RESTful search engine built for the cloud. Reference documentation can be found at https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html and the 'Elasticsearch: The Definitive Guide' book can be found at https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html diff --git a/distribution/rpm/pom.xml b/distribution/rpm/pom.xml index cf00809aa5a..f679ba615e9 100644 --- a/distribution/rpm/pom.xml +++ b/distribution/rpm/pom.xml @@ -13,6 +13,7 @@ elasticsearch Elasticsearch RPM Distribution rpm + The RPM distribution of Elasticsearch @@ -122,6 +123,7 @@ root root ${project.basedir}/src/main/resources/logo/elastic.gif + Elasticsearch is a distributed RESTful search engine built for the cloud. Reference documentation can be found at https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html and the 'Elasticsearch: The Definitive Guide' book can be found at https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html diff --git a/distribution/tar/pom.xml b/distribution/tar/pom.xml index 3c1ec9ecfff..443480548a7 100644 --- a/distribution/tar/pom.xml +++ b/distribution/tar/pom.xml @@ -17,6 +17,7 @@ But if you do this, then maven lifecycle does not execute any test (nor compile any test) --> + The TAR distribution of Elasticsearch diff --git a/distribution/zip/pom.xml b/distribution/zip/pom.xml index 0546fb94343..854036c217a 100644 --- a/distribution/zip/pom.xml +++ b/distribution/zip/pom.xml @@ -17,6 +17,7 @@ But if you do this, then maven lifecycle does not execute any test (nor compile any test) --> + The ZIP distribution of Elasticsearch diff --git a/plugins/pom.xml b/plugins/pom.xml index 5ec47e7e7e9..f0c7d22a10c 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -11,6 +11,7 @@ pom Elasticsearch Plugin POM 2009 + A parent project for Elasticsearch plugins org.elasticsearch diff --git a/rest-api-spec/pom.xml b/rest-api-spec/pom.xml index 178c55b8770..0ba536633b3 100644 --- a/rest-api-spec/pom.xml +++ b/rest-api-spec/pom.xml @@ -4,6 +4,7 @@ elasticsearch-rest-api-spec 2.0.0-beta1-SNAPSHOT Elasticsearch Rest API Spec + REST API Specification and tests for use with the Elasticsearch REST Test framework org.sonatype.oss oss-parent