diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:01:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 91938644ae6738c9bae9f927cff9fea09316e372 (patch) | |
tree | 9ec36c63d46ab93489709c7978e1ec860ff3ba46 /system/elasticsearch | |
parent | 3b8cb23685137d664da24a4047da86a537331f95 (diff) |
system/elasticsearch: Fix README.
Diffstat (limited to 'system/elasticsearch')
-rw-r--r-- | system/elasticsearch/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/elasticsearch/README b/system/elasticsearch/README index 4bddb377164d..95e34c99273e 100644 --- a/system/elasticsearch/README +++ b/system/elasticsearch/README @@ -3,7 +3,7 @@ ElasticSearch A Distributed RESTful Search Engine http://www.elasticsearch.org -ElasticSearch is a distributed RESTful search engine built for the cloud. +ElasticSearch is a distributed RESTful search engine built for the cloud. Features include: @@ -15,7 +15,7 @@ Distributed and Highly Available Search Engine. 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, …). + Index level configuration (number of shards, index storage, ...). Various set of APIs HTTP RESTful API @@ -31,10 +31,12 @@ Reliable, Asynchronous Write Behind for long term persistency. Built on top of Lucene Each shard is a fully functional Lucene index - All the power of Lucene easily exposed through simple configuration / plugins + All the power of Lucene easily exposed through simple configuration + and plugins. Per operation consistency - Single document level operations are atomic, consistent, isolated and durable + Single document level operations are atomic, consistent, isolated + and durable. This script requires a 'elasticsearch' user/group to exist before running. The recommended UID/GID is 280. You can create these like so: |