Correcting a typo-Maan to Man-in README.textile (#21466)

This commit is contained in:
Sandeep Kanabar 2016-11-10 20:47:19 +05:30 committed by Nik Everett
parent bd23921a3a
commit 70bb51edfe
1 changed files with 1 additions and 1 deletions

View File

@ -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@.