Correcting a typo-Maan to Man-in README.textile (#21466)
This commit is contained in:
parent
bd23921a3a
commit
70bb51edfe
|
@ -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@.
|
||||
|
||||
|
|
Loading…
Reference in New Issue