WARNING: Version 1.4 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Deprecations
editDeprecations
edit-
The
text
query has been removed. Use thematch
query instead. -
The
field
query has been removed. Use thequery_string
query instead. -
Per-document boosting with the
_boost
field has been removed. You can use thefunction_score
instead. -
The
path
parameter in mappings has been deprecated. Use thecopy_to
parameter instead. -
The
custom_score
andcustom_boost_score
is no longer supported. You can usefunction_score
instead.