From 1efdff04d7d3b13638315c34c6a0c9c90973adfe Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 4 Oct 2012 07:27:53 +0100 Subject: [PATCH] [docs/models][xs]: add date and datetime to list of types. --- docs/models.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/models.markdown b/docs/models.markdown index f6536f9e..a8c446a3 100644 --- a/docs/models.markdown +++ b/docs/models.markdown @@ -115,6 +115,8 @@ Types are based on the [type set of elasticsearch][types-1] with a few minor add * string * integer (long) * float (double) +* date +* datetime * boolean * geo_point * geojson