Last modified: 2014-06-03 18:23:16 UTC
Couldn't update mappings. Here is elasticsearch's error message: MergeMappingException[Merge failed with failures {[mapper [source_text] has different `norms.enabled` values, mapper [source_text.plain] has different `norms.enabled` values]}] I was playing around with a patch locally and adjusted the string field options in MappingConfigBuilder. Tried running updateSearchIndexConfig and got the above. Shouldn't happen to anyone other than us, but might be nice to tighten up the failure logic here just in case.