Sort by date

I'd like to sort my field by date, i make mapping { 'field' : {'type':'date'}
it's field must analyzed or not_analyzed?

Analysis only applies to text fields that need to go through the analysis
chain. The field needs to simply be indexed, which is the default.

Ivan