diff --git a/es.py b/es.py index 073889b33c0a3a2f832af9e2cdbefc1c0154dbf6_ZXMucHk=..793d169d5cb5c570d73b3877f1c893c80794738e_ZXMucHk= 100644 --- a/es.py +++ b/es.py @@ -32,5 +32,15 @@ 'language': 'French'} } } + , + "mappings" : { + "Did" : { + "properties" : { + "unitid" : { + "type" : "string", + "index" : "not_analyzed" + } + } + } } @@ -35,5 +45,6 @@ } + } def indexable_types(schema): global INDEXABLE_TYPES