Browse Source

Add clear warnings that only the default codec, postings format and doc values format have backward compatibility warranties.

Adrien Grand 12 years ago
parent
commit
f2d75654bf
1 changed files with 8 additions and 1 deletions
  1. 8 1
      docs/reference/index-modules/codec.asciidoc

+ 8 - 1
docs/reference/index-modules/codec.asciidoc

@@ -12,7 +12,14 @@ inverted index into main memory.
 
 Configuring custom postings or doc values formats is an expert feature and
 most likely using the builtin formats will suit your needs as is described
-in the <<mapping-core-types,mapping section>>
+in the <<mapping-core-types,mapping section>>.
+
+**********************************
+Only the default codec, postings format and doc values format are supported:
+other formats may break backward compatibility between minor versions of
+Elasticsearch, requiring data to be reindexed.
+**********************************
+
 
 [float]
 [[custom-postings]]