Hmm this is likely due to https://github.com/elasticsearch/elasticsearch/pull/7377 (fixed in 1.4.0Beta1) which was done to prevent conflicting mapping changes to the _all field.
What change are you trying to make, that hits this error? Is there a stack trace? Mike McCandless http://blog.mikemccandless.com On Fri, Nov 7, 2014 at 5:31 AM, <[email protected]> wrote: > Hi, > > with 1.40Beta1 all of a sudden we can not change the mapping on existing > -not all- types in our index anymore. > > > *mapper [_all] has different store values, * > *mapper [_all] has different store_term_vector values, * > *mapper [_all] has different store_term_vector_offsets values, * > *mapper [_all] has different store_term_vector_positions values* > > > This happened with all existing types in the index. > > Adding new types and changing the mapping is possible. > > Upgrading to 1.40 and restoring a snapshot did not solve this problem. > > Setting store* to false results in the same error message, disabling an > enabled _all field is also not possible. > > Did this ever happened to somebody else? > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/dfc57323-8293-4bcc-9355-10e7a684264b%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/dfc57323-8293-4bcc-9355-10e7a684264b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAD7smRcXR_dwYRVNJsQJbJdDL3sQUzF7btW9c8P_MbmM_WLQmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
