diff --git a/cubicweb_elasticsearch/entities.py b/cubicweb_elasticsearch/entities.py
index 9d0bba1e08cafa909fdc4f36555e6abfd05ac391_Y3ViaWN3ZWJfZWxhc3RpY3NlYXJjaC9lbnRpdGllcy5weQ==..ce7d40c6affd2c5e9cf432a08bd5acb65256aa02_Y3ViaWN3ZWJfZWxhc3RpY3NlYXJjaC9lbnRpdGllcy5weQ== 100644
--- a/cubicweb_elasticsearch/entities.py
+++ b/cubicweb_elasticsearch/entities.py
@@ -127,7 +127,7 @@
 
     @property
     def es_doc_type(self):
-        return self.entity.cw_etype
+        return '_doc'
 
     @cachedproperty
     def fulltext_indexable_attributes(self):