It would be cool to be able to define mapping at the class level.
This way, we could address the mapping for the _all field.
/**
* @Flow\Entity
* @ElasticSearch\Indexable("acme", typeName="organization")
* @ElasticSearch\Mapping(index_name="_all", analyzer="standard_french")
*/
class Organization {
}