Mapping type name [_mapping] can't start with '_'

I don't understand why I can't update my index.

I always have the same error :

org.elasticsearch.indices.InvalidTypeNameException: mapping type name [_mapping] can't start with '_'

Hi,

How are you doing the update? Post here

I used django_haystack so I run the command :

python manage.py update_index --settings=core.settings.stages

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.