Fix minor typo in migrate_3_0.asciidoc

Remove extra `on`
This commit is contained in:
Prayag Verma 2016-02-02 18:16:58 +05:30
parent 26f77eb70d
commit 10b3071e16
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ with `_parent` field mapping created before version `2.0.0`. The data of these i
The format of the join between parent and child documents have changed with the `2.0.0` release. The old
format can't read from version `3.0.0` and onwards. The new format allows for a much more efficient and
scalable join between parent and child documents and the join data structures are stored on on disk
scalable join between parent and child documents and the join data structures are stored on disk
data structures as opposed as before the join data structures were stored in the jvm heap space.
==== `score_type` has been removed