Error in string field

It looks like the field has been mapped as a date and you're trying to index a document where the field doesn't contain a date. If the field shouldn't be a date field you need to reindex. You should probably explicitly define the field as a string field to avoid having this happening again.