[Elasticsearch] Deprecated APIs
Elastic/Elasticsearch 2015. 5. 22. 16:52Bulk UDP has been deprecated and will be removed in 2.0.
The More Like This Field query has been deprecated in favor of the More Like This Query restrained set to a specific field
. It will be removed in 2.0.
- 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.