You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Deprecationsedit
-
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.