Skip to content

Commit

Permalink
Adding other core types.
Browse files Browse the repository at this point in the history
Fixes #50, thanks gdchamal
  • Loading branch information
honzakral committed Jan 3, 2015
1 parent 6bcd7e0 commit 869c5fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elasticsearch_dsl/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ def _to_python(self, data):
FIELDS = (
'string',
'long',
'integer',
'float',
'double',
'boolean',
)

# generate the query classes dynamicaly
Expand Down

0 comments on commit 869c5fe

Please sign in to comment.