Browse Source

[DOCS] Updated migration docs for multi_field to point to copy_to

Clinton Gormley 11 years ago
parent
commit
17e2ca5259
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/reference/migration/migrate_1_0.asciidoc

+ 4 - 0
docs/reference/migration/migrate_1_0.asciidoc

@@ -250,6 +250,10 @@ you can now write:
 
 Existing multi-fields will be upgraded to the new format automatically.
 
+Also, instead of having to use the arcane `path` and `index_name` parameters
+in order to index multiple fields into a single ``custom +_all+ field'', you
+can now use the <<copy-to,`copy_to` parameter>>.
+
 == Stopwords
 
 Previously, the <<analysis-standard-analyzer,`standard`>> and