It would be great if it was possible to explicitly specify elasticsearch type for the field. Something like this: ``` class Domain { OffsetDateTime date static searchable = { date converter: OffsetDateTimeConverter, type: 'date' } } ```