Docs: Fixed some deleted refs

This commit is contained in:
Clinton Gormley 2014-09-26 21:35:57 +02:00
parent cb00d4a542
commit de0cca4cef

View File

@ -350,9 +350,9 @@ in the query string.
* The `field` query has been removed. Use the
<<query-dsl-query-string-query,`query_string`>> query instead.
* Per-document boosting with the <<mapping-boost-field,`_boost`>> field has
* Per-document boosting with the `_boost` field has
been removed. You can use the
<<function-score-instead-of-boost,`function_score`>> instead.
<<query-dsl-function-score-query,`function_score`>> instead.
* The `path` parameter in mappings has been deprecated. Use the
<<copy-to,`copy_to`>> parameter instead.