summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/elasticsearch/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/system/elasticsearch/README b/system/elasticsearch/README
index 4bddb37716..95e34c9927 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: