Explorar o código

Update mapping.asciidoc

Added fielddata format removal to breaking changes docs
Clinton Gormley %!s(int64=10) %!d(string=hai) anos
pai
achega
0331e444e6
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      docs/reference/migration/migrate_2_0/mapping.asciidoc

+ 10 - 0
docs/reference/migration/migrate_2_0/mapping.asciidoc

@@ -370,6 +370,16 @@ Along with this change, the following settings have ben removed:
 * `index.mapper.default_mapping_location`
 * `index.mapper.default_percolator_mapping_location`
 
+==== Fielddata formats
+
+Now that doc values are the default for fielddata, specialized in-memory
+formats have become an esoteric option. These fielddata formats have been removed:
+
+* `fst` on string fields
+* `compressed` on geo points
+
+The default fielddata format will be used instead.
+
 ==== Posting and doc-values codecs
 
 It is no longer possible to specify per-field postings and doc values formats