From 91938644ae6738c9bae9f927cff9fea09316e372 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 16:01:40 -0500 Subject: system/elasticsearch: Fix README. --- system/elasticsearch/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'system/elasticsearch') 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: -- cgit v1.2.3