update establishment document

This commit is contained in:
evgeniy-st 2019-10-04 14:07:50 +03:00
parent 2b4638b1fa
commit 175bd4f7b5

View File

@ -51,6 +51,7 @@ class EstablishmentDocument(Document):
fields={'raw': fields.KeywordField()}
),
'number': fields.IntegerField(),
'postal_code': fields.KeywordField(),
'coordinates': fields.GeoPointField(attr='location_field_indexing'),
# todo: remove if not used
'city': fields.ObjectField(