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