[DOCS] Minor changes to the breaking changes doc
This commit is contained in:
parent
c6155c5142
commit
3d4891321b
|
@ -4,7 +4,7 @@
|
||||||
[partintro]
|
[partintro]
|
||||||
--
|
--
|
||||||
This section discusses the changes that you need to be aware of when migrating
|
This section discusses the changes that you need to be aware of when migrating
|
||||||
your application to Elasticsearch 1.0:
|
your application to Elasticsearch 1.0.
|
||||||
--
|
--
|
||||||
|
|
||||||
== System and settings
|
== System and settings
|
||||||
|
@ -267,8 +267,9 @@ use `1970` as the default.
|
||||||
|
|
||||||
== Parameters
|
== Parameters
|
||||||
|
|
||||||
* Geo queries used to use `miles` as the default unit. And we all know what
|
* Geo queries used to use `miles` as the default unit. And we
|
||||||
happened at NASA because of that decision. The new default unit is
|
http://en.wikipedia.org/wiki/Mars_Climate_Orbiter[all know what
|
||||||
|
happened at NASA] because of that decision. The new default unit is
|
||||||
https://github.com/elasticsearch/elasticsearch/issues/4515[`meters`].
|
https://github.com/elasticsearch/elasticsearch/issues/4515[`meters`].
|
||||||
|
|
||||||
* For all queries that support _fuzziness_, the `min_similarity`, `fuzziness`
|
* For all queries that support _fuzziness_, the `min_similarity`, `fuzziness`
|
||||||
|
|
Loading…
Reference in New Issue