diff --git a/docs/reference/mapping/params.asciidoc b/docs/reference/mapping/params.asciidoc index 5134ab6733a..e7d2d7ac0c8 100644 --- a/docs/reference/mapping/params.asciidoc +++ b/docs/reference/mapping/params.asciidoc @@ -15,15 +15,11 @@ The following mapping parameters are common to some or all field datatypes: * <> * <> * <> -* <> -* <> -* <> * <> * <> * <> * <> * <> -* <> * <> * <> * <> @@ -54,12 +50,6 @@ include::params/fielddata.asciidoc[] include::params/format.asciidoc[] -include::params/geohash.asciidoc[] - -include::params/geohash-precision.asciidoc[] - -include::params/geohash-prefix.asciidoc[] - include::params/ignore-above.asciidoc[] include::params/ignore-malformed.asciidoc[] @@ -70,8 +60,6 @@ include::params/index.asciidoc[] include::params/index-options.asciidoc[] -include::params/lat-lon.asciidoc[] - include::params/multi-fields.asciidoc[] include::params/norms.asciidoc[] diff --git a/docs/reference/mapping/types/geo-point.asciidoc b/docs/reference/mapping/types/geo-point.asciidoc index 6dbd224c4ee..a839117c7c5 100644 --- a/docs/reference/mapping/types/geo-point.asciidoc +++ b/docs/reference/mapping/types/geo-point.asciidoc @@ -100,32 +100,11 @@ The following parameters are accepted by `geo_point` fields: [horizontal] -<>:: - - Should the geo-point also be indexed as a geohash in the `.geohash` - sub-field? Defaults to `false`, unless `geohash_prefix` is `true`. - deprecated[2.4] - -<>:: - - The maximum length of the geohash to use for the `geohash` and - `geohash_prefix` options. deprecated[2.4] - -<>:: - - Should the geo-point also be indexed as a geohash plus all its prefixes? - Defaults to `false`. deprecated[2.4] - <>:: If `true`, malformed geo-points are ignored. If `false` (default), malformed geo-points throw an exception and reject the whole document. -<>:: - - Should the geo-point also be indexed as `.lat` and `.lon` sub-fields? - Accepts `true` and `false` (default). deprecated[2.3] - ==== Using geo-points in scripts When accessing the value of a geo-point in a script, the value is returned as diff --git a/docs/reference/search/suggesters/context-suggest.asciidoc b/docs/reference/search/suggesters/context-suggest.asciidoc index 293e8bb573c..66e19eaadb5 100644 --- a/docs/reference/search/suggesters/context-suggest.asciidoc +++ b/docs/reference/search/suggesters/context-suggest.asciidoc @@ -220,7 +220,6 @@ at index time. At query time, suggestions can be filtered and boosted if they ar a certain distance of a specified geo location. Internally, geo points are encoded as geohashes with the specified precision. -See <> for more background details. [float] ===== Geo Mapping