Skip to content

Commit

Permalink
Removing deprecated string field
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Jan 2, 2018
1 parent 9c705e5 commit 9b01310
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions elasticsearch_dsl/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,6 @@ def _deserialize(self, data):

raise ValidationException('Could not parse date from the value (%r)' % data)

class String(Field):
_param_defs = {
'fields': {'type': 'field', 'hash': True},
'analyzer': {'type': 'analyzer'},
'search_analyzer': {'type': 'analyzer'},
}
name = 'string'

class Text(Field):
_param_defs = {
'fields': {'type': 'field', 'hash': True},
Expand Down

0 comments on commit 9b01310

Please sign in to comment.