Date type
Edit pageDate type
Section titled “Date type”Index date type format yyyy/mm/dd hh:mm:ss
Section titled “Index date type format yyyy/mm/dd hh:mm:ss”PUT /test/date/doc
{ "date": "2015/01/01 12:10:30"}Get date type format yyyy/mm/dd hh:mm:ss
Section titled “Get date type format yyyy/mm/dd hh:mm:ss”GET /test/date/docIndex date type format yyyy-mm-dd
Section titled “Index date type format yyyy-mm-dd”PUT /test/date/doc
{ "date": "2015-01-01"}Get date type format yyyy-mm-dd
Section titled “Get date type format yyyy-mm-dd”Index date type format yyyy-mm-ddThh:mm:ss
Section titled “Index date type format yyyy-mm-ddThh:mm:ss”PUT /test/date/doc
{ "date": "2015-01-01T12:10:30Z"}Get date type format yyyy-mm-ddThh:mm:ss
Section titled “Get date type format yyyy-mm-ddThh:mm:ss”GET /test/date/docIndex date type format epoch
Section titled “Index date type format epoch”PUT /test/date/doc
{"date": 1420070400.001}Get date type format epoch
Section titled “Get date type format epoch”GET /test/date/doc