Tests: Add static bwc index for 1.5.0

This commit is contained in:
Ryan Ernst 2015-03-23 08:04:05 -07:00
parent 6a2a4bf28d
commit 66669c337b
3 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def generate_index(client, version):
}
# completion type was added in 0.90.3
if not version in ['0.90.0.Beta1', '0.90.0.RC1', '0.90.0.RC2', '0.90.0', '0.90.1', '0.90.2']:
mappings['analyzer_1']['properties']['completion_with_index_analyzer'] = {
mappings['analyzer_type1']['properties']['completion_with_index_analyzer'] = {
'type': 'completion',
'index_analyzer': 'standard'
}