mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
d791ddf704
commit
f253621feb
13 changed files with 12 additions and 123 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue