Remove deprecated query names: in, geo_bbox, mlt, fuzzy_match and match_fuzzy (#21852)

These query names were all deprecated in 5.0.0:
- in is removed in favour of terms
- geo_bbox is removed in favour of geo_bounding_box
- mlt is removed in favour of more_like_this
- fuzzy_match and match_fuzzy are removed in favour of match
This commit is contained in:
Luca Cavanna 2016-11-29 19:07:01 +01:00 committed by GitHub
parent d791ddf704
commit f253621feb
13 changed files with 12 additions and 123 deletions

View file

@ -1,5 +1,5 @@
[[java-query-dsl-mlt-query]]
==== More Like This Query (mlt)
==== More Like This Query
See:
* {ref}/query-dsl-mlt-query.html[More Like This Query]