@@ -165,19 +165,19 @@ also has that change, and knows about the patch backport ids and what they mean.
165165## Index version
166166
167167Index version is a single incrementing version number for the index data format,
168- metadata, and associated mappings. It is declared the same way as the
169- transport version - with the pattern ` M_NNN_S_PP ` , for the major version, version id,
170- subsidiary version id, and patch number respectively.
168+ metadata, and associated mappings. It is declared with the pattern ` M_NNN_S_PP ` ,
169+ for the major version, version id, subsidiary version id, and patch number
170+ respectively.
171171
172172Index version is stored in index metadata when an index is created,
173173and it is used to determine the storage format and what functionality that index supports.
174174The index version does not change once an index is created.
175175
176- In the same way as transport versions, when a change is needed to the index
177- data format or metadata, or new mapping types are added, create a new version constant
178- below the last one, incrementing the ` NNN ` version component.
176+ When a change is needed to the index data format or metadata, or new mapping
177+ types are added, create a new version constant below the last one, incrementing
178+ the ` NNN ` version component.
179179
180- Unlike transport version, version constants cannot be collapsed together,
180+ Index version constants cannot be collapsed together,
181181as an index keeps its creation version id once it is created.
182182Fortunately, new index versions are only created once a month or so,
183183so we don’t have a large list of index versions that need managing.
0 commit comments