Fix typo.

This commit is contained in:
Adrien Grand 2016-07-07 17:49:01 +02:00
parent f295a218a0
commit 873661df17
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ the same field name for the same data.
Types might sound like a good way to store multiple tenants in a single index.
They are not: given that types store everything in a single index, having
multiple types that have different fields in a single index will also cause
problems due to sparsity as described above. If your types to not have very
problems due to sparsity as described above. If your types do not have very
similar mappings, you might want to consider moving them to a dedicated index.
[float]