From 70bb51edfe8145f3f7b557b90324157a351451ca Mon Sep 17 00:00:00 2001 From: Sandeep Kanabar Date: Thu, 10 Nov 2016 20:47:19 +0530 Subject: [PATCH] Correcting a typo-Maan to Man-in README.textile (#21466) --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 52c7607509c..dc3a263cd7c 100644 --- a/README.textile +++ b/README.textile @@ -123,7 +123,7 @@ There are many more options to perform search, after all, it's a search product h3. Multi Tenant - Indices and Types -Maan, that twitter index might get big (in this case, index size == valuation). Let's see if we can structure our twitter system a bit differently in order to support such large amounts of data. +Man, that twitter index might get big (in this case, index size == valuation). Let's see if we can structure our twitter system a bit differently in order to support such large amounts of data. Elasticsearch supports multiple indices, as well as multiple types per index. In the previous example we used an index called @twitter@, with two types, @user@ and @tweet@.