I am trying to do sorting by "timestamp" field (which is not a "_timestamp" default). "timestamp" field stores micro-unixtime in
"_source": {
...
"timestamp": "1381256450000"
...
}
On screenshot you can see this value in 'sort' (right side). Last record should be definitely on the top of the result. But it isn't.
Screenshot:

timestampin the index mapping ?