pelias-schema 8.0.0 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3051 @@
1
+ {
2
+ "settings": {
3
+ "index": {
4
+ "similarity": {
5
+ "peliasDefaultSimilarity": {
6
+ "type": "BM25",
7
+ "k1": 1.2,
8
+ "b": 0.75
9
+ }
10
+ },
11
+ "number_of_replicas": "999",
12
+ "number_of_shards": "5",
13
+ "refresh_interval": "1m"
14
+ },
15
+ "analysis": {
16
+ "tokenizer": {
17
+ "peliasTokenizer": {
18
+ "type": "icu_tokenizer"
19
+ }
20
+ },
21
+ "analyzer": {
22
+ "peliasAdmin": {
23
+ "type": "custom",
24
+ "tokenizer": "peliasTokenizer",
25
+ "char_filter": [
26
+ "ampersand_mapper",
27
+ "punctuation",
28
+ "nfkc_normalizer"
29
+ ],
30
+ "filter": [
31
+ "ampersand_replacer",
32
+ "lowercase",
33
+ "trim",
34
+ "synonyms/custom_admin/multiword",
35
+ "admin_synonyms_multiplexer",
36
+ "icu_folding",
37
+ "word_delimiter",
38
+ "unique_only_same_position",
39
+ "notnull",
40
+ "flatten_graph"
41
+ ]
42
+ },
43
+ "peliasIndexOneEdgeGram": {
44
+ "type": "custom",
45
+ "tokenizer": "peliasTokenizer",
46
+ "char_filter": [
47
+ "ampersand_mapper",
48
+ "punctuation",
49
+ "nfkc_normalizer"
50
+ ],
51
+ "filter": [
52
+ "ampersand_replacer",
53
+ "lowercase",
54
+ "trim",
55
+ "synonyms/custom_name/multiword",
56
+ "synonyms/custom_street/multiword",
57
+ "synonyms/custom_admin/multiword",
58
+ "name_synonyms_multiplexer",
59
+ "icu_folding",
60
+ "remove_ordinals",
61
+ "peliasOneEdgeGramFilter",
62
+ "unique_only_same_position",
63
+ "notnull",
64
+ "flatten_graph"
65
+ ]
66
+ },
67
+ "peliasQuery": {
68
+ "type": "custom",
69
+ "tokenizer": "peliasTokenizer",
70
+ "char_filter": [
71
+ "ampersand_mapper",
72
+ "punctuation",
73
+ "nfkc_normalizer"
74
+ ],
75
+ "filter": [
76
+ "ampersand_replacer",
77
+ "lowercase",
78
+ "trim",
79
+ "icu_folding",
80
+ "remove_ordinals",
81
+ "unique_only_same_position",
82
+ "notnull"
83
+ ]
84
+ },
85
+ "peliasPhrase": {
86
+ "type": "custom",
87
+ "tokenizer": "peliasTokenizer",
88
+ "char_filter": [
89
+ "ampersand_mapper",
90
+ "punctuation",
91
+ "nfkc_normalizer"
92
+ ],
93
+ "filter": [
94
+ "ampersand_replacer",
95
+ "lowercase",
96
+ "trim",
97
+ "remove_duplicate_spaces",
98
+ "synonyms/custom_name/multiword",
99
+ "synonyms/custom_street/multiword",
100
+ "synonyms/custom_admin/multiword",
101
+ "name_synonyms_multiplexer",
102
+ "icu_folding",
103
+ "remove_ordinals",
104
+ "unique_only_same_position",
105
+ "notnull",
106
+ "flatten_graph"
107
+ ]
108
+ },
109
+ "peliasZip": {
110
+ "type": "custom",
111
+ "tokenizer": "keyword",
112
+ "char_filter": [
113
+ "alphanumeric",
114
+ "nfkc_normalizer"
115
+ ],
116
+ "filter": [
117
+ "lowercase",
118
+ "trim",
119
+ "icu_folding",
120
+ "unique_only_same_position",
121
+ "notnull"
122
+ ]
123
+ },
124
+ "peliasUnit": {
125
+ "type": "custom",
126
+ "tokenizer": "keyword",
127
+ "char_filter": [
128
+ "alphanumeric",
129
+ "nfkc_normalizer"
130
+ ],
131
+ "filter": [
132
+ "lowercase",
133
+ "trim",
134
+ "icu_folding",
135
+ "unique_only_same_position",
136
+ "notnull"
137
+ ]
138
+ },
139
+ "peliasHousenumber": {
140
+ "type": "custom",
141
+ "tokenizer": "standard",
142
+ "char_filter": [
143
+ "numeric"
144
+ ]
145
+ },
146
+ "peliasStreet": {
147
+ "type": "custom",
148
+ "tokenizer": "peliasTokenizer",
149
+ "char_filter": [
150
+ "ampersand_mapper",
151
+ "punctuation",
152
+ "nfkc_normalizer"
153
+ ],
154
+ "filter": [
155
+ "ampersand_replacer",
156
+ "lowercase",
157
+ "trim",
158
+ "remove_duplicate_spaces",
159
+ "synonyms/custom_street/multiword",
160
+ "street_synonyms_multiplexer",
161
+ "icu_folding",
162
+ "remove_ordinals",
163
+ "trim",
164
+ "unique_only_same_position",
165
+ "notnull",
166
+ "flatten_graph"
167
+ ]
168
+ },
169
+ "peliasIndexCountryAbbreviation": {
170
+ "type": "custom",
171
+ "tokenizer": "peliasTokenizer",
172
+ "char_filter": [
173
+ "ampersand_mapper",
174
+ "punctuation",
175
+ "nfkc_normalizer"
176
+ ],
177
+ "filter": [
178
+ "ampersand_replacer",
179
+ "lowercase",
180
+ "trim",
181
+ "icu_folding",
182
+ "country_abbreviation_synonyms_multiplexer",
183
+ "unique_only_same_position",
184
+ "notnull",
185
+ "flatten_graph"
186
+ ]
187
+ },
188
+ "peliasIndexCountryAbbreviationOneEdgeGram": {
189
+ "type": "custom",
190
+ "tokenizer": "peliasTokenizer",
191
+ "char_filter": [
192
+ "ampersand_mapper",
193
+ "punctuation",
194
+ "nfkc_normalizer"
195
+ ],
196
+ "filter": [
197
+ "ampersand_replacer",
198
+ "lowercase",
199
+ "trim",
200
+ "icu_folding",
201
+ "country_abbreviation_synonyms_multiplexer",
202
+ "peliasOneEdgeGramFilter",
203
+ "unique_only_same_position",
204
+ "notnull",
205
+ "flatten_graph"
206
+ ]
207
+ }
208
+ },
209
+ "filter": {
210
+ "ampersand_replacer": {
211
+ "type": "pattern_replace",
212
+ "pattern": "AMPERSANDPLACEHOLDER",
213
+ "replacement": "&"
214
+ },
215
+ "street_synonyms_multiplexer": {
216
+ "type": "multiplexer",
217
+ "preserve_original": false,
218
+ "filters": [
219
+ "synonyms/custom_street",
220
+ "synonyms/personal_titles",
221
+ "synonyms/streets",
222
+ "synonyms/directionals",
223
+ "synonyms/british_american_english"
224
+ ]
225
+ },
226
+ "name_synonyms_multiplexer": {
227
+ "type": "multiplexer",
228
+ "preserve_original": false,
229
+ "filters": [
230
+ "synonyms/custom_name",
231
+ "synonyms/custom_street",
232
+ "synonyms/custom_admin",
233
+ "synonyms/personal_titles",
234
+ "synonyms/place_names",
235
+ "synonyms/streets",
236
+ "synonyms/directionals",
237
+ "synonyms/punctuation",
238
+ "synonyms/british_american_english"
239
+ ]
240
+ },
241
+ "admin_synonyms_multiplexer": {
242
+ "type": "multiplexer",
243
+ "preserve_original": false,
244
+ "filters": [
245
+ "synonyms/custom_admin",
246
+ "synonyms/personal_titles",
247
+ "synonyms/place_names"
248
+ ]
249
+ },
250
+ "country_abbreviation_synonyms_multiplexer": {
251
+ "type": "multiplexer",
252
+ "preserve_original": false,
253
+ "filters": [
254
+ "synonyms/country_codes"
255
+ ]
256
+ },
257
+ "notnull": {
258
+ "type": "length",
259
+ "min": 1
260
+ },
261
+ "unique_only_same_position": {
262
+ "type": "unique",
263
+ "only_on_same_position": "true"
264
+ },
265
+ "peliasOneEdgeGramFilter": {
266
+ "type": "edge_ngram",
267
+ "min_gram": 1,
268
+ "max_gram": 24
269
+ },
270
+ "remove_ordinals": {
271
+ "type": "pattern_replace",
272
+ "pattern": "(?i)((^| )((1)st?|(2)nd?|(3)rd?|([4-9])th?)|(([0-9]*)(1[0-9])th?)|(([0-9]*[02-9])((1)st?|(2)nd?|(3)rd?|([04-9])th?))($| ))",
273
+ "replacement": "$2$4$5$6$7$9$10$12$14$15$16$17$18"
274
+ },
275
+ "remove_duplicate_spaces": {
276
+ "type": "pattern_replace",
277
+ "pattern": " +",
278
+ "replacement": " "
279
+ },
280
+ "synonyms/british_american_english": {
281
+ "type": "synonym",
282
+ "synonyms": [
283
+ "accessorize,accessorise",
284
+ "eon,aeon",
285
+ "airplane,aeroplane",
286
+ "esthetic,aesthetic",
287
+ "esthetics,aesthetics",
288
+ "aging,ageing",
289
+ "almanac,almanack",
290
+ "aluminum,aluminium",
291
+ "amphitheater,amphitheatre",
292
+ "analog,analogue",
293
+ "analyze,analyse",
294
+ "analyzes,analyses",
295
+ "arbor,arbour",
296
+ "arbors,arbours",
297
+ "archeological,archaeological",
298
+ "archeology,archaeology",
299
+ "ardor,ardour",
300
+ "armor,armour",
301
+ "armored,armoured",
302
+ "armories,armouries",
303
+ "armory,armoury",
304
+ "artifact,artefact",
305
+ "artifacts,artefacts",
306
+ "authorized,authorised",
307
+ "ax,axe",
308
+ "banister,bannister",
309
+ "banisters,bannisters",
310
+ "baptize,baptise",
311
+ "baptized,baptised",
312
+ "balk,baulk",
313
+ "behavior,behaviour",
314
+ "behavioral,behavioural",
315
+ "bevy,bevvy",
316
+ "bougainvillea,bougainvillaea",
317
+ "busses,buses",
318
+ "bussing,busing",
319
+ "caliber,calibre",
320
+ "caliper,calliper",
321
+ "calisthenics,callisthenics",
322
+ "candor,candour",
323
+ "catalog,catalogue",
324
+ "centralized,centralised",
325
+ "center,centre",
326
+ "centered,centred",
327
+ "centers,centres",
328
+ "checkered,chequered",
329
+ "chili,chilli",
330
+ "chimera,chimaera",
331
+ "clamor,clamour",
332
+ "colonization,colonisation",
333
+ "color,colour",
334
+ "colored,coloured",
335
+ "colorful,colourful",
336
+ "colors,colours",
337
+ "computerized,computerised",
338
+ "connection,connexion",
339
+ "connections,connexions",
340
+ "cozy,cosy",
341
+ "councilor,councillor",
342
+ "councilors,councillors",
343
+ "counseling,counselling",
344
+ "counselor,counsellor",
345
+ "counselors,counsellors",
346
+ "customize,customise",
347
+ "customized,customised",
348
+ "defense,defence",
349
+ "defenses,defences",
350
+ "dialog,dialogue",
351
+ "digitized,digitised",
352
+ "disk,disc",
353
+ "disks,discs",
354
+ "draft,draught",
355
+ "drafts,draughts",
356
+ "dueling,duelling",
357
+ "edema,edoema",
358
+ "endeavor,endeavour",
359
+ "endeavors,endeavours",
360
+ "epicenter,epicentre",
361
+ "equalization,equalisation",
362
+ "favor,favour",
363
+ "favorite,favourite",
364
+ "favorites,favourites",
365
+ "favors,favours",
366
+ "fertilizer,fertiliser",
367
+ "fertilizers,fertilisers",
368
+ "fiber,fibre",
369
+ "fiberglass,fibreglass",
370
+ "fibers,fibres",
371
+ "filet,fillet",
372
+ "filets,fillets",
373
+ "flavor,flavour",
374
+ "flavors,flavours",
375
+ "fetal,foetal",
376
+ "fulfillment,fulfilment",
377
+ "gasses,gases",
378
+ "gage,gauge",
379
+ "gages,gauges",
380
+ "gaging,gauging",
381
+ "gypsies,gipsies",
382
+ "glamor,glamour",
383
+ "goiter,goitre",
384
+ "gram,gramme",
385
+ "grams,grammes",
386
+ "gray,grey",
387
+ "grays,greys",
388
+ "groin,groyne",
389
+ "griffin,gryphon",
390
+ "griffins,gryphons",
391
+ "gynecologist,gynaecologist",
392
+ "gynecology,gynaecology",
393
+ "hematology,haematology",
394
+ "harbor,harbour",
395
+ "harbors,harbours",
396
+ "homeopathic,homoeopathic",
397
+ "homeopathy,homoeopathy",
398
+ "honor,honour",
399
+ "honorable,honourable",
400
+ "honors,honours",
401
+ "hospitalization,hospitalisation",
402
+ "humor,humour",
403
+ "immunization,immunisation",
404
+ "install,instal",
405
+ "jeweler,jeweller",
406
+ "jewelers,jewellers",
407
+ "jewelry,jewellery",
408
+ "judgment,judgement",
409
+ "kilometer,kilometre",
410
+ "labor,labour",
411
+ "laborers,labourers",
412
+ "laboring,labouring",
413
+ "labors,labours",
414
+ "license,licence",
415
+ "licensed,licenced",
416
+ "licensing,licencing",
417
+ "liter,litre",
418
+ "liters,litres",
419
+ "louver,louvre",
420
+ "louvers,louvres",
421
+ "luster,lustre",
422
+ "maneuver,manoeuvre",
423
+ "maneuvers,manoeuvres",
424
+ "marshaling,marshalling",
425
+ "marvelous,marvellous",
426
+ "meager,meagre",
427
+ "mechanized,mechanised",
428
+ "medieval,mediaeval",
429
+ "meter,metre",
430
+ "meters,metres",
431
+ "minibusses,minibuses",
432
+ "miter,mitre",
433
+ "modelers,modellers",
434
+ "modeling,modelling",
435
+ "motorized,motorised",
436
+ "mold,mould",
437
+ "molder,moulder",
438
+ "molders,moulders",
439
+ "molding,moulding",
440
+ "moldings,mouldings",
441
+ "molds,moulds",
442
+ "molt,moult",
443
+ "mustache,moustache",
444
+ "naturalization,naturalisation",
445
+ "neighbor,neighbour",
446
+ "neighborhood,neighbourhood",
447
+ "neighborhoods,neighbourhoods",
448
+ "neighborly,neighbourly",
449
+ "neighbors,neighbours",
450
+ "odor,odour",
451
+ "omelet,omelette",
452
+ "organization,organisation",
453
+ "organizational,organisational",
454
+ "organizations,organisations",
455
+ "organize,organise",
456
+ "organized,organised",
457
+ "orthopedic,orthopaedic",
458
+ "orthopedics,orthopaedics",
459
+ "pediatric,paediatric",
460
+ "pediatrician,paediatrician",
461
+ "pediatrics,paediatrics",
462
+ "paleontology,palaeontology",
463
+ "parceling,parcelling",
464
+ "parlor,parlour",
465
+ "personalized,personalised",
466
+ "filter,philtre",
467
+ "filters,philtres",
468
+ "plow,plough",
469
+ "plowed,ploughed",
470
+ "plowing,ploughing",
471
+ "plowman,ploughman",
472
+ "plowshare,ploughshare",
473
+ "practice,practise",
474
+ "practices,practises",
475
+ "practicing,practising",
476
+ "primeval,primaeval",
477
+ "program,programme",
478
+ "programs,programmes",
479
+ "prolog,prologue",
480
+ "psychoanalyze,psychoanalyse",
481
+ "pajama,pyjama",
482
+ "pizzazz,pzazz",
483
+ "realization,realisation",
484
+ "refueling,refuelling",
485
+ "remodeling,remodelling",
486
+ "reorganized,reorganised",
487
+ "reveler,reveller",
488
+ "revitalize,revitalise",
489
+ "rigor,rigour",
490
+ "rumor,rumour",
491
+ "rumors,rumours",
492
+ "saber,sabre",
493
+ "sabers,sabres",
494
+ "saltpeter,saltpetre",
495
+ "savior,saviour",
496
+ "saviors,saviours",
497
+ "savor,savour",
498
+ "savory,savoury",
499
+ "scepter,sceptre",
500
+ "sepulcher,sepulchre",
501
+ "sheik,sheikh",
502
+ "signaling,signalling",
503
+ "smolders,smoulders",
504
+ "snorkeling,snorkelling",
505
+ "somber,sombre",
506
+ "specialized,specialised",
507
+ "specter,spectre",
508
+ "splendor,splendour",
509
+ "stabilization,stabilisation",
510
+ "succor,succour",
511
+ "sulfide,sulphide",
512
+ "sulfur,sulphur",
513
+ "siphon,syphon",
514
+ "technicolor,technicolour",
515
+ "theater,theatre",
516
+ "theaters,theatres",
517
+ "ton,tonne",
518
+ "tons,tonnes",
519
+ "tranquility,tranquilly",
520
+ "traveled,travelled",
521
+ "traveler,traveller",
522
+ "travelers,travellers",
523
+ "traveling,travelling",
524
+ "tricolor,tricolour",
525
+ "tire,tyre",
526
+ "tires,tyres",
527
+ "unorganized,unorganised",
528
+ "valor,valour",
529
+ "vaporized,vaporised",
530
+ "vapor,vapour",
531
+ "vapors,vapours",
532
+ "vigor,vigour",
533
+ "watercolor,watercolour",
534
+ "watercolors,watercolours",
535
+ "woolen,woollen",
536
+ "wooly,woolly",
537
+ "yogurt,yoghurt"
538
+ ]
539
+ },
540
+ "synonyms/british_american_english/multiword": {
541
+ "type": "synonym",
542
+ "synonyms": [
543
+ ""
544
+ ]
545
+ },
546
+ "synonyms/country_codes": {
547
+ "type": "synonym",
548
+ "synonyms": [
549
+ "abw,aw",
550
+ "afg,af",
551
+ "ago,ao",
552
+ "aia,ai",
553
+ "ala,ax",
554
+ "alb,al",
555
+ "and,ad",
556
+ "are,ae",
557
+ "arg,ar",
558
+ "arm,am",
559
+ "asm,as",
560
+ "ata,aq",
561
+ "atf,tf",
562
+ "atg,ag",
563
+ "aus,au",
564
+ "aut,at",
565
+ "aze,az",
566
+ "bdi,bi",
567
+ "bel,be",
568
+ "ben,bj",
569
+ "bes,bq",
570
+ "bfa,bf",
571
+ "bgd,bd",
572
+ "bgr,bg",
573
+ "bhr,bh",
574
+ "bhs,bs",
575
+ "bih,ba",
576
+ "blm,bl",
577
+ "blr,by",
578
+ "blz,bz",
579
+ "bmu,bm",
580
+ "bol,bo",
581
+ "bra,br",
582
+ "brb,bb",
583
+ "brn,bn",
584
+ "btn,bt",
585
+ "bvt,bv",
586
+ "bwa,bw",
587
+ "caf,cf",
588
+ "can,ca",
589
+ "cck,cc",
590
+ "che,ch",
591
+ "chl,cl",
592
+ "chn,cn",
593
+ "civ,ci",
594
+ "cmr,cm",
595
+ "cod,cd",
596
+ "cog,cg",
597
+ "cok,ck",
598
+ "col,co",
599
+ "com,km",
600
+ "cpv,cv",
601
+ "cri,cr",
602
+ "cub,cu",
603
+ "cuw,cw",
604
+ "cxr,cx",
605
+ "cym,ky",
606
+ "cyp,cy",
607
+ "cze,cz",
608
+ "deu,de",
609
+ "dji,dj",
610
+ "dma,dm",
611
+ "dnk,dk",
612
+ "dom,do",
613
+ "dza,dz",
614
+ "ecu,ec",
615
+ "egy,eg",
616
+ "eri,er",
617
+ "esh,eh",
618
+ "esp,es",
619
+ "est,ee",
620
+ "eth,et",
621
+ "fin,fi",
622
+ "fji,fj",
623
+ "flk,fk",
624
+ "fra,fr",
625
+ "fro,fo",
626
+ "fsm,fm",
627
+ "gab,ga",
628
+ "gbr,gb,uk",
629
+ "geo,ge",
630
+ "ggy,gg",
631
+ "gha,gh",
632
+ "gib,gi",
633
+ "gin,gn",
634
+ "glp,gp",
635
+ "gmb,gm",
636
+ "gnb,gw",
637
+ "gnq,gq",
638
+ "grc,gr",
639
+ "grd,gd",
640
+ "grl,gl",
641
+ "gtm,gt",
642
+ "guf,gf",
643
+ "gum,gu",
644
+ "guy,gy",
645
+ "hkg,hk",
646
+ "hmd,hm",
647
+ "hnd,hn",
648
+ "hrv,hr",
649
+ "hti,ht",
650
+ "hun,hu",
651
+ "idn,id",
652
+ "imn,im",
653
+ "ind,in",
654
+ "iot,io",
655
+ "irl,ie",
656
+ "irn,ir",
657
+ "irq,iq",
658
+ "isl,is",
659
+ "isr,il",
660
+ "ita,it",
661
+ "jam,jm",
662
+ "jey,je",
663
+ "jor,jo",
664
+ "jpn,jp",
665
+ "kaz,kz",
666
+ "ken,ke",
667
+ "kgz,kg",
668
+ "khm,kh",
669
+ "kir,ki",
670
+ "kna,kn",
671
+ "kor,kr",
672
+ "kwt,kw",
673
+ "lao,la",
674
+ "lbn,lb",
675
+ "lbr,lr",
676
+ "lby,ly",
677
+ "lca,lc",
678
+ "lie,li",
679
+ "lka,lk",
680
+ "lso,ls",
681
+ "ltu,lt",
682
+ "lux,lu",
683
+ "lva,lv",
684
+ "mac,mo",
685
+ "maf,mf",
686
+ "mar,ma",
687
+ "mco,mc",
688
+ "mda,md",
689
+ "mdg,mg",
690
+ "mdv,mv",
691
+ "mex,mx",
692
+ "mhl,mh",
693
+ "mkd,mk",
694
+ "mli,ml",
695
+ "mlt,mt",
696
+ "mmr,mm",
697
+ "mne,me",
698
+ "mng,mn",
699
+ "mnp,mp",
700
+ "moz,mz",
701
+ "mrt,mr",
702
+ "msr,ms",
703
+ "mtq,mq",
704
+ "mus,mu",
705
+ "mwi,mw",
706
+ "mys,my",
707
+ "myt,yt",
708
+ "nam,na",
709
+ "ncl,nc",
710
+ "ner,ne",
711
+ "nfk,nf",
712
+ "nga,ng",
713
+ "nic,ni",
714
+ "niu,nu",
715
+ "nld,nl",
716
+ "nor,no",
717
+ "npl,np",
718
+ "nru,nr",
719
+ "nzl,nz",
720
+ "omn,om",
721
+ "pak,pk",
722
+ "pan,pa",
723
+ "pcn,pn",
724
+ "per,pe",
725
+ "phl,ph",
726
+ "plw,pw",
727
+ "png,pg",
728
+ "pol,pl",
729
+ "pri,pr",
730
+ "prk,kp",
731
+ "prt,pt",
732
+ "pry,py",
733
+ "pse,ps",
734
+ "pyf,pf",
735
+ "qat,qa",
736
+ "reu,re",
737
+ "rou,ro",
738
+ "rus,ru",
739
+ "rwa,rw",
740
+ "sau,sa",
741
+ "sdn,sd",
742
+ "sen,sn",
743
+ "sgp,sg",
744
+ "sgs,gs",
745
+ "shn,sh",
746
+ "sjm,sj",
747
+ "slb,sb",
748
+ "sle,sl",
749
+ "slv,sv",
750
+ "smr,sm",
751
+ "som,so",
752
+ "spm,pm",
753
+ "srb,rs",
754
+ "ssd,ss",
755
+ "stp,st",
756
+ "sur,sr",
757
+ "svk,sk",
758
+ "svn,si",
759
+ "swe,se",
760
+ "swz,sz",
761
+ "sxm,sx",
762
+ "syc,sc",
763
+ "syr,sy",
764
+ "tca,tc",
765
+ "tcd,td",
766
+ "tgo,tg",
767
+ "tha,th",
768
+ "tjk,tj",
769
+ "tkl,tk",
770
+ "tkm,tm",
771
+ "tls,tl",
772
+ "ton,to",
773
+ "tto,tt",
774
+ "tun,tn",
775
+ "tur,tr",
776
+ "tuv,tv",
777
+ "twn,tw",
778
+ "tza,tz",
779
+ "uga,ug",
780
+ "ukr,ua",
781
+ "umi,um",
782
+ "ury,uy",
783
+ "usa,us",
784
+ "uzb,uz",
785
+ "vat,va",
786
+ "vct,vc",
787
+ "ven,ve",
788
+ "vgb,vg",
789
+ "vir,vi",
790
+ "vnm,vn",
791
+ "vut,vu",
792
+ "wlf,wf",
793
+ "wsm,ws",
794
+ "yem,ye",
795
+ "zaf,za",
796
+ "zmb,zm",
797
+ "zwe,zw"
798
+ ]
799
+ },
800
+ "synonyms/country_codes/multiword": {
801
+ "type": "synonym",
802
+ "synonyms": [
803
+ ""
804
+ ]
805
+ },
806
+ "synonyms/custom_admin": {
807
+ "type": "synonym",
808
+ "synonyms": [
809
+ ""
810
+ ]
811
+ },
812
+ "synonyms/custom_admin/multiword": {
813
+ "type": "synonym",
814
+ "synonyms": [
815
+ ""
816
+ ]
817
+ },
818
+ "synonyms/custom_name": {
819
+ "type": "synonym",
820
+ "synonyms": [
821
+ ""
822
+ ]
823
+ },
824
+ "synonyms/custom_name/multiword": {
825
+ "type": "synonym",
826
+ "synonyms": [
827
+ ""
828
+ ]
829
+ },
830
+ "synonyms/custom_street": {
831
+ "type": "synonym",
832
+ "synonyms": [
833
+ ""
834
+ ]
835
+ },
836
+ "synonyms/custom_street/multiword": {
837
+ "type": "synonym",
838
+ "synonyms": [
839
+ ""
840
+ ]
841
+ },
842
+ "synonyms/directionals": {
843
+ "type": "synonym",
844
+ "synonyms": [
845
+ "nord,n",
846
+ "nördlich,nördl,nordl,nordlich,noerdlich",
847
+ "nördliche,nordliche,noerdliche",
848
+ "nördlicher,nordlicher,noerdlicher",
849
+ "nördliches,nordliches,noerdliches",
850
+ "nordost,no",
851
+ "nordöstlich,nordostlich,nordoestlich",
852
+ "nordwest,nw",
853
+ "ost,o",
854
+ "östlich,östl,ostlich,ostl,oestlich",
855
+ "östliche,ostliche,oestliche",
856
+ "östlicher,ostlicher,oestlicher",
857
+ "östliches,ostliches,oestliches",
858
+ "süd,s,sud,sued",
859
+ "süden,suden,sueden",
860
+ "südlich,südl,sudl,sudlich,suedlich",
861
+ "südliche,sudliche,suedliche",
862
+ "südlicher,sudlicher,suedlicher",
863
+ "südliches,sudliches,suedliches",
864
+ "südost,so,sudost,suedost",
865
+ "südosten,sudosten,suedosten",
866
+ "südöstlich,sudostlich,suedoestlich",
867
+ "südöstliche,sudostliche,suedoestliche",
868
+ "südöstlicher,sudostlicher,suedoestlicher",
869
+ "südöstliches,sudostliches,suedoestliches",
870
+ "südwest,sw,sudwest,suedwest",
871
+ "südwesten,sudwesten,suedwesten",
872
+ "südwestlich,sudwestlich,suedwestlich",
873
+ "südwestliche,sudwestliche,suedwestliche",
874
+ "südwestlicher,sudwestlicher,suedwestlicher",
875
+ "südwestliches,sudwestliches,suedwestliches",
876
+ "west,w",
877
+ "westlich,westl",
878
+ "center,ctr",
879
+ "central,cn,ctrl,cntrl",
880
+ "centre,ctr",
881
+ "east,e",
882
+ "eastern,eastrn,estrn,estn",
883
+ "lower,lowr,lwr",
884
+ "middle,mdl,midle,mddl",
885
+ "north,n,nrt,nrth,nth,norh,nort,no",
886
+ "northeast,northe,neast,ne",
887
+ "northeastern,northeastrn,northestrn,northestn,neastern",
888
+ "northwest,northw,northwst,nwest,nw",
889
+ "northwestern,northwestrn,northwstrn,northwstn",
890
+ "south,s,so,sth",
891
+ "southeast,southe,seast,se",
892
+ "southeastern,southeastrn,southestrn,southestn,seastern",
893
+ "southwest,southw,southwst,swest,sw",
894
+ "southwestern,southwestrn,southwstrn,southwstn,swestern",
895
+ "upper,uppr,upr,up",
896
+ "west,w,wst",
897
+ "western,westrn,wstrn,wstn",
898
+ "este,e",
899
+ "norte,n",
900
+ "noreste,nordeste,ne",
901
+ "noroeste,nw",
902
+ "oeste,w",
903
+ "oriente,ote",
904
+ "poniente,pte",
905
+ "sur,s",
906
+ "sureste,se",
907
+ "suroeste,sw",
908
+ "central,ctrl",
909
+ "centre,ctre,cntre",
910
+ "est,e",
911
+ "nord,n",
912
+ "ouest,o",
913
+ "sud,s"
914
+ ]
915
+ },
916
+ "synonyms/directionals/multiword": {
917
+ "type": "synonym",
918
+ "synonyms": [
919
+ ""
920
+ ]
921
+ },
922
+ "synonyms/personal_titles": {
923
+ "type": "synonym",
924
+ "synonyms": [
925
+ "doktor,dr",
926
+ "bürgermeister,buergermeister,burgermeister,bgm",
927
+ "direktor,dir",
928
+ "frau,fr",
929
+ "fraulein,fri",
930
+ "heilige,hl",
931
+ "herr,hr",
932
+ "herrn,hrn",
933
+ "ingnieur,ing",
934
+ "oberburgermeister,ob,obgm",
935
+ "professor,prof",
936
+ "sankt,st,skt",
937
+ "colonel,col",
938
+ "commander,cmdr",
939
+ "corporal,cpl",
940
+ "captain,capt,cpt",
941
+ "czar,tsar",
942
+ "doctor,dr,doc",
943
+ "doctors,drs,docs",
944
+ "brother,br",
945
+ "brothers,bros",
946
+ "father,fr",
947
+ "sister,sr",
948
+ "general,gen",
949
+ "honorable,honourable,hon",
950
+ "king,kg",
951
+ "major,maj",
952
+ "mr,mister",
953
+ "mrs,misses",
954
+ "ms,miss",
955
+ "officer,ofcr",
956
+ "president,pres",
957
+ "professor,prof",
958
+ "professors,profs",
959
+ "reverend,rev",
960
+ "saint,st",
961
+ "saints,ss",
962
+ "sainte,ste",
963
+ "santa,sta",
964
+ "sargeant,sgt",
965
+ "secretary,sec",
966
+ "representative,rep",
967
+ "representatives,reps",
968
+ "senator,sen",
969
+ "senators,sens",
970
+ "junior,jr,jnr",
971
+ "senior,sr,snr",
972
+ "abad,abd",
973
+ "abogada,abga,abgda",
974
+ "abogado,abg,abgdo",
975
+ "administrador,admor,admr",
976
+ "administradora,admora,admra",
977
+ "agrimensor,agrim",
978
+ "alcalde,alcde",
979
+ "alférez,alf,alferez,alfz",
980
+ "almirante,alm,almte,alte",
981
+ "arquitecto,arq",
982
+ "arquitecta,arqa",
983
+ "arquitectors,arqs,arqos",
984
+ "arzobispo,arz",
985
+ "barón,baron,bar",
986
+ "brigadier,brg,bg,brig",
987
+ "caballero,cab",
988
+ "cacique,cque",
989
+ "capitán,cap,capt,ctn,cptn,capitan",
990
+ "cardenal,card,cnal",
991
+ "clérigo,clg,clerigo",
992
+ "comandante,cmdt,cmte,comte,cte",
993
+ "comisario,cmro",
994
+ "conde,cde",
995
+ "condesa,cdesa",
996
+ "consejal,cjal",
997
+ "consejero,cons,consejo",
998
+ "contralmirante,contralmte",
999
+ "coronel,cnel,col,crn",
1000
+ "diacono,diac",
1001
+ "diacona,diaca",
1002
+ "diputado,dip",
1003
+ "director,dir",
1004
+ "directora,dira",
1005
+ "doctor,dr",
1006
+ "doctora,dra",
1007
+ "dragoneante,dg",
1008
+ "duque,dq",
1009
+ "duquesa,dqsa,dqa",
1010
+ "embajador,emb",
1011
+ "enfermera,enf,enfa",
1012
+ "excelencia,exca",
1013
+ "excelentisima,excma",
1014
+ "excelentisimo,excmo",
1015
+ "fray,fr",
1016
+ "gendarme,gdme",
1017
+ "general,gral,genl,gnal,gn",
1018
+ "gobernadora,gdora,goba",
1019
+ "gobernador,gdor,gob",
1020
+ "hermana,hna",
1021
+ "hermanas,hnas",
1022
+ "hermano,hno",
1023
+ "hermanos,hnos",
1024
+ "infanta,infa,infta",
1025
+ "infante,inf,infte",
1026
+ "ingeniera,inga",
1027
+ "ingeniero,ing,ingo",
1028
+ "inspector,insp",
1029
+ "intendente,int",
1030
+ "jefe,jf",
1031
+ "juez,jz",
1032
+ "licenciada,lda,lica",
1033
+ "licenciado,ldo,lic,lico",
1034
+ "locutor,loc",
1035
+ "maestro,mstro,mtro",
1036
+ "mariscal,mscal",
1037
+ "marques,mq,marqs",
1038
+ "marquesa,mqa,marqsa",
1039
+ "mayor,my,may",
1040
+ "ministerio,min",
1041
+ "ministro,mtro",
1042
+ "monseñor,monsenor,mons,msnr",
1043
+ "notario,not",
1044
+ "obispo,ob",
1045
+ "presidenta,pdta,presa,presida,pta",
1046
+ "presidente,pdte,pres,presid,pte",
1047
+ "príncipe,principe",
1048
+ "principal,pral",
1049
+ "procurador,proc",
1050
+ "profesor,prof,profr",
1051
+ "profesora,profª,profa,profrª,profra",
1052
+ "reina,ra",
1053
+ "reverendo,rvdo,rdo,rvd,rev",
1054
+ "reverendo,rvdo,rdo,rvd,rev",
1055
+ "reverendisima,rma,rvdma",
1056
+ "reverendisimo,rmo,rvdmo",
1057
+ "san,s",
1058
+ "santa,stª,sta",
1059
+ "sant,st",
1060
+ "santo,stº,st°,sto",
1061
+ "sargento,sarg,sgto,sargto",
1062
+ "secretario,secreto,secto",
1063
+ "secretaria,secreta,secta",
1064
+ "senador,sen",
1065
+ "señor,sr,senor",
1066
+ "señora,sª,srª,sra,senora",
1067
+ "señores,srs,sres,senores",
1068
+ "señorita,srta,senorita",
1069
+ "serenisima,serma",
1070
+ "serenisimo,sermo",
1071
+ "soldado,sold",
1072
+ "subteniente,subte,stn",
1073
+ "teniente,tn,tte",
1074
+ "vizconde,vde",
1075
+ "vizcondesa,vdesa",
1076
+ "junior,iunior,jr",
1077
+ "amiral,am",
1078
+ "capitaine,capte,capt",
1079
+ "caporal,capl",
1080
+ "chez,chz",
1081
+ "colonel,col,cel",
1082
+ "commandant,cdt",
1083
+ "commander,cmdr,cdr",
1084
+ "commodore,cmdre",
1085
+ "comte,cte",
1086
+ "comtesse,ctesse",
1087
+ "docteur,dr",
1088
+ "docteurs,drs",
1089
+ "frère,frere",
1090
+ "général,general,gén,gen,gal",
1091
+ "lieutenant,lt",
1092
+ "madame,mme",
1093
+ "mesdames,mmes",
1094
+ "mademoiselle,mlle,mle",
1095
+ "mademoiselles,mlles,mles",
1096
+ "maître,maitre,me",
1097
+ "maîtres,maitres",
1098
+ "maîtresse,maitresse",
1099
+ "major,maj",
1100
+ "maréchal,marechal,mal",
1101
+ "marquis,mis",
1102
+ "marquise,mise",
1103
+ "messieurs,mm,mrs",
1104
+ "monseigneur,mgr",
1105
+ "monsieur,mr",
1106
+ "père,pere",
1107
+ "professeur,prof,pr",
1108
+ "professeure,profe,pre",
1109
+ "professeures,profes,pres",
1110
+ "professeurs,profs,prs",
1111
+ "révérend,rév,reverend,rev",
1112
+ "saint,st",
1113
+ "sainte,ste",
1114
+ "sergente,sgt",
1115
+ "veuve,vve"
1116
+ ]
1117
+ },
1118
+ "synonyms/personal_titles/multiword": {
1119
+ "type": "synonym",
1120
+ "synonyms": [
1121
+ ""
1122
+ ]
1123
+ },
1124
+ "synonyms/place_names": {
1125
+ "type": "synonym",
1126
+ "synonyms": [
1127
+ "abteilung,abt",
1128
+ "altstoffsammelzentrum,asz",
1129
+ "bücherei,bucherei,buecherei",
1130
+ "bundesgymnasium,bg",
1131
+ "bundesrealgymnasium,brg",
1132
+ "büro,buro,buero",
1133
+ "bustenhalter,bh",
1134
+ "café,cafe",
1135
+ "denkmal,dkm",
1136
+ "deutsch,dt",
1137
+ "ehemalige,ehem",
1138
+ "fabrik,fb",
1139
+ "fachhochschule,fh",
1140
+ "fähranlegestelle,fahranlegestelle,faehranlegestelle",
1141
+ "gebruder,gebr",
1142
+ "gasthaus,gh",
1143
+ "gaststätte,gaststatte,gaststaette",
1144
+ "gasthof,ghf",
1145
+ "gefängnis,gefangnis,gefaengnis",
1146
+ "geschäft,geschaft,geschaeft",
1147
+ "haltestelle,hst",
1148
+ "handelsakademie,hak",
1149
+ "handelsschule,hasch",
1150
+ "hauptbahnhof,hbf",
1151
+ "hinter,hint,ht",
1152
+ "höhle,hohle",
1153
+ "hörsäle,horsale,hoersaele",
1154
+ "hütte,hutte,huette,htt",
1155
+ "internationale,int",
1156
+ "jagdhutte,jhtt",
1157
+ "jungenherberge,jh",
1158
+ "kapelle,kap,kpl",
1159
+ "kläranlage,ka,klaranlage,klaeranlage",
1160
+ "kleine,kl",
1161
+ "kleiner,kl",
1162
+ "kleines,kl",
1163
+ "kogel,kg",
1164
+ "konzentrationslager,kz,kl",
1165
+ "magistratsabteilung,ma",
1166
+ "markt,mkt",
1167
+ "marktplatz,marktpl",
1168
+ "nationalpark,np",
1169
+ "naturschutzgebiet,nsg",
1170
+ "niedere,nd",
1171
+ "resevoir,res",
1172
+ "rhein,rh",
1173
+ "schloss,schl",
1174
+ "schutzhütte,schutzhutte,schutzhuette",
1175
+ "spitze,sp",
1176
+ "sportplatz,sportpl",
1177
+ "steinbruch,stb",
1178
+ "supermarkt,supermkt",
1179
+ "truppenubüngsplatz,tüpl,tupl,truppenubungsplatz,truppenubuengsplatz",
1180
+ "universität,uni,universitat,universitaet",
1181
+ "universitätsbibliothek,universitatsbibliothek,universitaetsbibliothek",
1182
+ "volksschule,vs",
1183
+ "vordere,vd,vord",
1184
+ "warenhäuser,warenhauser,warenhaeuser",
1185
+ "wasserfall,wsf,wssf",
1186
+ "wiese,ws",
1187
+ "wirtshaus,wh",
1188
+ "abbey,abby",
1189
+ "airport,aprt",
1190
+ "amphitheatre,amphitheater",
1191
+ "annex,anex,annx,anx",
1192
+ "apartments,apts",
1193
+ "barbecue,barbeque,bbq",
1194
+ "barracks,barrack,baracks",
1195
+ "beach,bch",
1196
+ "boardwalk,bwk,bwlk",
1197
+ "cafe,café",
1198
+ "cape,cpe,cp",
1199
+ "castle,cst",
1200
+ "church,chr",
1201
+ "circus,crcs,crc",
1202
+ "city,cty",
1203
+ "club,clb",
1204
+ "community,cmnty,cmty",
1205
+ "cottage,cott,cottg",
1206
+ "cottages,cotts,cottgs",
1207
+ "county,co,cty",
1208
+ "creek,cr,crk",
1209
+ "dam,dm",
1210
+ "deli,delicatessen",
1211
+ "department,dept",
1212
+ "detention,det,detn",
1213
+ "distributor,dstr,distrib,dstrb",
1214
+ "district,dist",
1215
+ "dormitories,dorms",
1216
+ "dormitory,dorm",
1217
+ "downs,downes,dwns",
1218
+ "factory,fcty,fty,fy",
1219
+ "farm,frm",
1220
+ "flats,flts",
1221
+ "fords,frds",
1222
+ "forest,frst,fst",
1223
+ "forge,frg",
1224
+ "forges,frgs",
1225
+ "fork,frk",
1226
+ "forks,frks",
1227
+ "fort,ft",
1228
+ "glens,glns",
1229
+ "great,grt,gt",
1230
+ "greater,grtr,gtr",
1231
+ "green,grn,gn",
1232
+ "greens,grns",
1233
+ "groves,grvs",
1234
+ "gym,gymnasium",
1235
+ "heights,hghts,hgts,hieghts,ht,hts,hgths",
1236
+ "home,hm,hme,hom",
1237
+ "hospital,hos,hosp,hospice,hosptl,hsp,hsptl",
1238
+ "hostel,host,hostl,hstel,hstl",
1239
+ "hotel,hot,hotl,htel",
1240
+ "houses,hses",
1241
+ "institute,inst",
1242
+ "international,intl",
1243
+ "jetty,jtty,jty",
1244
+ "lake,lk",
1245
+ "lakes,lks",
1246
+ "little,ltl,lttl,littl,litl",
1247
+ "lock,lck",
1248
+ "locks,lcks",
1249
+ "lodge,ldge,lodg,ldg",
1250
+ "lower,low,lwr,lr",
1251
+ "mall,mll",
1252
+ "manor,mnr",
1253
+ "manors,mnrs",
1254
+ "market,mkt,mrkt",
1255
+ "marketplace,mktpl,mktplc",
1256
+ "medical,med",
1257
+ "memorial,mem",
1258
+ "middle,mid,midl",
1259
+ "military,mil",
1260
+ "mission,msn",
1261
+ "monastery,monastry",
1262
+ "motel,mot,motl,mtel",
1263
+ "mount,mt,mnt",
1264
+ "mountain,mtn",
1265
+ "mountains,mtns",
1266
+ "municipal,mun,mpal",
1267
+ "museum,mus",
1268
+ "national,natl",
1269
+ "neck,nck",
1270
+ "office,ofc",
1271
+ "offices,ofcs",
1272
+ "orchard,orch",
1273
+ "paradise,pde,pdse",
1274
+ "park,pk,prk",
1275
+ "pharmacy,pharm",
1276
+ "po,postoffice",
1277
+ "port,pt,prt",
1278
+ "precinct,pct",
1279
+ "reservation,res,resrv,resv,rsrv,rserv,rs",
1280
+ "reserve,res,resrv,resv,rsrv,rserv,rserve,rsrve",
1281
+ "reservoir,res",
1282
+ "retreat,rtt",
1283
+ "river,riv,rvr,rivr",
1284
+ "rotary,rty",
1285
+ "sanctuary,sanct",
1286
+ "service,svc",
1287
+ "services,svcs,svc",
1288
+ "shop,shp",
1289
+ "slope,slpe,slp",
1290
+ "springs,spgs,sprngs",
1291
+ "station,sta,stn",
1292
+ "store,stor",
1293
+ "stream,strm,stm",
1294
+ "terminal,term",
1295
+ "tower,twr",
1296
+ "towers,twrs",
1297
+ "triangle,tri",
1298
+ "university,uni,univ,univers,unvrsty",
1299
+ "upper,up,upr,uppr",
1300
+ "villa,vll,vla",
1301
+ "village,vil,vge,vill,villag,villg,vlg,vlge,vllg,vilg,vilge",
1302
+ "villages,vlgs",
1303
+ "villas,vlls,vlas",
1304
+ "ville,vl",
1305
+ "wood,wd",
1306
+ "woods,wds",
1307
+ "abril,abr,abl",
1308
+ "agosto,ag,agto,agt",
1309
+ "altura,alt",
1310
+ "alturas,alts",
1311
+ "arboleda,arb",
1312
+ "arrabal,arral",
1313
+ "bosque,bsq",
1314
+ "brigada,brig",
1315
+ "cabo,cbo",
1316
+ "campo,cpo,cmpo",
1317
+ "campos,cpos,cmpos",
1318
+ "canal,cnl",
1319
+ "centro,cntro,ctro",
1320
+ "cerro,crro",
1321
+ "corral,crral",
1322
+ "corralillo,crrlo",
1323
+ "diseminado,disem",
1324
+ "enero,en,eno,ene",
1325
+ "diciembre,dic,dicbre,dice,dbre,10bre,xbre",
1326
+ "febrero,febo,febro,febr,feb",
1327
+ "gobierno,gob,gobno",
1328
+ "grande,gr",
1329
+ "guerra,ga",
1330
+ "independencia,indep",
1331
+ "infantería,infanteria,infa,ynfa,ynfanta",
1332
+ "jardín,jdin,jard,jardin",
1333
+ "jardínes,jdins,jards,jardines",
1334
+ "junio,jun,jn",
1335
+ "julio,jul,jl",
1336
+ "lago,lg",
1337
+ "lagos,lgs",
1338
+ "laguna,lgna",
1339
+ "llanura,llnra",
1340
+ "llanuras,llnras",
1341
+ "marzo,mzo,mar",
1342
+ "mayo,my,may",
1343
+ "militar,milr",
1344
+ "monte,mt,mte,mnte",
1345
+ "montes,mts,mtes,mntes,mnts",
1346
+ "nacional,nal,nacl",
1347
+ "noviembre,nbre,nvre,nove,novre,novbre,9bre",
1348
+ "octubre,oct,octbre,octe,8bre",
1349
+ "portillo,ptilo,ptllo",
1350
+ "prado,prdo",
1351
+ "primeros,pros",
1352
+ "privada,priv",
1353
+ "punta,pnta",
1354
+ "quebrada,qbda",
1355
+ "real,rl",
1356
+ "republica,rep",
1357
+ "revolucion,rev",
1358
+ "ribera,ribr",
1359
+ "río,rio",
1360
+ "septiembre,setbre,sepe,sepbre,7bre,7re,sep,set",
1361
+ "sierra,srra",
1362
+ "valle,vlle",
1363
+ "volcan,vlcn",
1364
+ "voluntarios,voluntos",
1365
+ "abbaye,abe",
1366
+ "autoécole,autoecole",
1367
+ "aéroport,aeroport",
1368
+ "bastide,bstd",
1369
+ "baston,bast",
1370
+ "bibliothèque,bibliotheque",
1371
+ "bourg,brg",
1372
+ "béguinage,beguinage,begi",
1373
+ "béguinages,beguinages,begis",
1374
+ "café,cafe",
1375
+ "camping,cpg",
1376
+ "castel,cst",
1377
+ "chapelle,chp",
1378
+ "charmille,chi",
1379
+ "château,chateau",
1380
+ "cimetière,cimetiere",
1381
+ "cinéma,cinema",
1382
+ "colline,coli",
1383
+ "collines,colis",
1384
+ "cottage,cott",
1385
+ "cottages,cott,cotts",
1386
+ "crématorium,crematorium",
1387
+ "darse,dars",
1388
+ "département,dept,departement",
1389
+ "enceinte,en",
1390
+ "escaliers,escs",
1391
+ "ferme,frm",
1392
+ "fermes,frms",
1393
+ "fleuve,fl",
1394
+ "fontaine,fon",
1395
+ "fort,ft",
1396
+ "forum,form",
1397
+ "grand,gd,gr",
1398
+ "halle,hle",
1399
+ "halles,hles,hls",
1400
+ "hippodrome,hip",
1401
+ "hôpital,hopital",
1402
+ "hôtel,hotel",
1403
+ "jardin,jard,jrd",
1404
+ "jardins,jards,jrds",
1405
+ "manoir,man",
1406
+ "marché,marche,mar",
1407
+ "marchés,marches,mars",
1408
+ "mont,mt,mnt",
1409
+ "mont,mt,mnt,montagne",
1410
+ "moulin,mln",
1411
+ "moulins,mlns",
1412
+ "musée,musee,mus",
1413
+ "médecin,medecin",
1414
+ "mémorial,memorial",
1415
+ "palais,pal",
1416
+ "parc,prc",
1417
+ "parking,pkg",
1418
+ "pavillon,pav",
1419
+ "pavillons,pavs",
1420
+ "petite,pt",
1421
+ "porche,pch",
1422
+ "poterne,pot,potrn",
1423
+ "préscolaire,prescolaire",
1424
+ "péristyle,peristyle,psty",
1425
+ "rivière,riviere,riv",
1426
+ "résidence,rés,residence,res",
1427
+ "résidences,residences",
1428
+ "stade,stde",
1429
+ "station,sta",
1430
+ "supermarché,supermarche",
1431
+ "théâtre,theatre",
1432
+ "université,universite,univ,uni",
1433
+ "villa,vla",
1434
+ "village,vge",
1435
+ "villages,vges",
1436
+ "villas,vlas",
1437
+ "vétérinaire,veterinaire",
1438
+ "école,ecole",
1439
+ "église,eglise,egl,égl",
1440
+ "étang,etang"
1441
+ ]
1442
+ },
1443
+ "synonyms/place_names/multiword": {
1444
+ "type": "synonym",
1445
+ "synonyms": [
1446
+ ""
1447
+ ]
1448
+ },
1449
+ "synonyms/punctuation": {
1450
+ "type": "synonym",
1451
+ "synonyms": [
1452
+ "&,and",
1453
+ "&,und"
1454
+ ]
1455
+ },
1456
+ "synonyms/punctuation/multiword": {
1457
+ "type": "synonym",
1458
+ "synonyms": [
1459
+ ""
1460
+ ]
1461
+ },
1462
+ "synonyms/streets": {
1463
+ "type": "synonym",
1464
+ "synonyms": [
1465
+ "allee,al",
1466
+ "bahnhof,bhf,bf",
1467
+ "boulevard,bd",
1468
+ "brücke,br,brucke,bruecke",
1469
+ "bühl,buhl,buehl",
1470
+ "chaussee,ch",
1471
+ "forsthaus,fh",
1472
+ "graben,gr",
1473
+ "großser,grosser",
1474
+ "große,grosse,gr",
1475
+ "großes,grosses",
1476
+ "obere,ob",
1477
+ "oberer,ob",
1478
+ "platz,pl",
1479
+ "quelle,qu",
1480
+ "rundwanderweg,rww",
1481
+ "siedlung,sdlg",
1482
+ "stiege,stg",
1483
+ "straße,str,strasse",
1484
+ "wiese,ws",
1485
+ "abbey,abby",
1486
+ "access,accs,acc",
1487
+ "acres,acrs",
1488
+ "alley,aly,ally,alee,al",
1489
+ "alleyway,alwy,allyway,allwy",
1490
+ "amble,ambl",
1491
+ "anchorage,ancg",
1492
+ "annex,anx",
1493
+ "apartments,apts",
1494
+ "approach,app,apch,appr",
1495
+ "arcade,arc",
1496
+ "arterial,artl",
1497
+ "artery,art,arty",
1498
+ "avenue,av,ave,aven,avenu,avn,avnu,avnue",
1499
+ "avenues,avs,aves,avens,avenus,avns,avnus,avnues",
1500
+ "autoroute,aut",
1501
+ "back,bk",
1502
+ "bank,bnk",
1503
+ "basin,basn,bsn",
1504
+ "bay,by",
1505
+ "bayou,byu,bayoo",
1506
+ "beach,baech,bch,beech",
1507
+ "belt,blt",
1508
+ "bend,bnd",
1509
+ "block,blk,blck",
1510
+ "bluff,blf,bluf,bluffs,blfs",
1511
+ "boardwalk,bwk,bwlk",
1512
+ "boulevard,blvd,bd,bde,blv,bl,blvde,blvrd,boulavard,boul,boulv,bvd,boulevarde",
1513
+ "bottom,bot,bottm,btm,bttm",
1514
+ "bottoms,bttms,btms,bottms",
1515
+ "boundary,bdy",
1516
+ "bowl,bl",
1517
+ "brace,br,brce",
1518
+ "branch,br,brnch,brch",
1519
+ "brae,br",
1520
+ "break,brk",
1521
+ "bridge,bdge,br,brdg,bri,brg",
1522
+ "broadway,bdwy,bway,bwy,brdway",
1523
+ "brook,brk",
1524
+ "brooks,brks",
1525
+ "brow,brw",
1526
+ "burg,bg",
1527
+ "burgs,brgs",
1528
+ "burrow,burw",
1529
+ "butte,btte,bte",
1530
+ "bypass,bypa,byps,bps,byp",
1531
+ "byway,bywy",
1532
+ "camp,cp",
1533
+ "cape,cpe,cp",
1534
+ "canyon,cyn,cnyn",
1535
+ "caravan,cvan,cvn",
1536
+ "causeway,csway,cswy,causewy,caus,cause,cway",
1537
+ "center,centre,cetr,cntr,ctr,cen",
1538
+ "centers,ctrs",
1539
+ "centreway,cnwy",
1540
+ "chase,ch,chas",
1541
+ "circle,cir,circel",
1542
+ "circles,cirs",
1543
+ "circlet,clt",
1544
+ "circuit,crct,circ,cct,cirt,ci,circt",
1545
+ "circus,crcs,crc",
1546
+ "claim,clm",
1547
+ "cliff,clf",
1548
+ "cliffs,clfs",
1549
+ "close,cl,cls,clse",
1550
+ "cluster,clr,clstr",
1551
+ "colonnade,clde,clnde",
1552
+ "common,cmmn,comm,cmn,com,cm",
1553
+ "commons,cmmns,cmns,comms",
1554
+ "concord,cncd,cncrd",
1555
+ "concession,conc",
1556
+ "concourse,con,concs,concse,cnc",
1557
+ "connection,cntn,cxn",
1558
+ "connector,conr,cnctr,cntr",
1559
+ "copse,cps",
1560
+ "corner,cnr,crn,cor",
1561
+ "corners,cnrs,crns,cors",
1562
+ "corseo,cseo",
1563
+ "corso,cso",
1564
+ "ch,chw,cohw,ctyhw,chgwy,cohgwy,ctyhgwy,chway,cohway,ctyhway,chwy,cohwy,ctyhwy,chi,cohi,ctyhi",
1565
+ "cr,cor,crd,cord,ctyr,ctyrd",
1566
+ "cr,cor,crt,cort,ctyr,ctyrt,crte,corte,ctyrte",
1567
+ "course,crse",
1568
+ "court,ct,crt",
1569
+ "courts,crts,cts",
1570
+ "courtyard,cyd,ctyd",
1571
+ "cove,cov,ce,cv",
1572
+ "creek,cr,crk",
1573
+ "crescent,cr,cres,crs,crecent",
1574
+ "crest,crst,cst",
1575
+ "crief,crf",
1576
+ "croft,cft",
1577
+ "cross,cs,crss",
1578
+ "crossing,crsg,xing,csg",
1579
+ "crossroad,crd,xroad,xrd",
1580
+ "crossroads,xrds",
1581
+ "crossway,cowy,crwy,xway,xwy",
1582
+ "cruiseway,cuwy,crwy",
1583
+ "culdesac,cds,cusac,csac",
1584
+ "curve,cve,crv,crve,curv",
1585
+ "cutting,cttg,ctg,cutt",
1586
+ "dale,dle",
1587
+ "deviation,devn",
1588
+ "distributor,dstr",
1589
+ "divide,div",
1590
+ "diversion,divers",
1591
+ "down,dn",
1592
+ "downs,dns,dwns",
1593
+ "drive,dr,drv,dv,dve",
1594
+ "driveway,drwy,dvwy,dwy,dway,drvwy",
1595
+ "drove,drov",
1596
+ "easement,esmt",
1597
+ "edge,edg",
1598
+ "elbow,elb",
1599
+ "entrance,ent,entr",
1600
+ "esplanade,esp,espl",
1601
+ "estate,est",
1602
+ "estates,ests",
1603
+ "expressway,exp,expwy,expway,expy,exwy",
1604
+ "extension,ex,ext,extn,exten",
1605
+ "extensions,exts",
1606
+ "fairway,fawy,fy",
1607
+ "fall,fl",
1608
+ "falls,fls",
1609
+ "farm,frm",
1610
+ "farms,frms",
1611
+ "ferry,fry,fy",
1612
+ "field,fld,fd",
1613
+ "fields,flds,fds",
1614
+ "fireline,fline,flne",
1615
+ "firetrack,ftrk",
1616
+ "firetrail,fit,fitr",
1617
+ "flat,fl,flt",
1618
+ "flats,flts",
1619
+ "follow,folw",
1620
+ "footway,ftwy",
1621
+ "ford,frd",
1622
+ "foreshore,fshr",
1623
+ "formation,form,fmtn",
1624
+ "freeway,frwy,fw,fwy,fway",
1625
+ "front,frnt",
1626
+ "frontage,frtg,fr",
1627
+ "gap,gp",
1628
+ "garden,gdn,grd,grdn",
1629
+ "gardens,gdns,grds,grdns",
1630
+ "gate,ga,gte",
1631
+ "gates,gtes",
1632
+ "gateway,gwy,gway,gtwy,gtway",
1633
+ "glade,gl,gld,glde",
1634
+ "glen,gln",
1635
+ "gbd,grbd,grdbd,gdbd",
1636
+ "grange,gra",
1637
+ "green,grn,gn,gren",
1638
+ "greenway,grwy",
1639
+ "ground,grnd",
1640
+ "grounds,grnds",
1641
+ "grove,gr,grv,grve,gro",
1642
+ "gulch,glch",
1643
+ "gully,gly",
1644
+ "hanger,hngr",
1645
+ "harbor,harbour,hbr,hrbr",
1646
+ "harbors,hbrs",
1647
+ "haven,hvn,havn",
1648
+ "head,hd",
1649
+ "heads,hds",
1650
+ "heath,hth,heth",
1651
+ "heights,hghts,hgts,ht,hts,hgths",
1652
+ "highlands,hghlds,hlds,hglds",
1653
+ "highroad,hrd,hird",
1654
+ "highway,hgwy,hw,hway,hwy,hi,hwye,hywy",
1655
+ "hill,hl",
1656
+ "hills,hls,hils",
1657
+ "hollow,hllw,holw",
1658
+ "impasse,imp",
1659
+ "inlet,inlt",
1660
+ "interchange,intg,intchg",
1661
+ "intersection,intn,intsctn",
1662
+ "interstate,ih",
1663
+ "island,is,id,isl,isld",
1664
+ "islands,iss,ids,islds",
1665
+ "junction,jct,jnc,jnct,jctn,jtn,junct",
1666
+ "junctions,jcts",
1667
+ "key,ky",
1668
+ "keys,kys",
1669
+ "knoll,knol,knl",
1670
+ "knolls,knls",
1671
+ "ladder,ladr",
1672
+ "lagoon,lagn,lgn,lagon",
1673
+ "landing,ldg,lndg,landng",
1674
+ "lane,ln,la",
1675
+ "laneway,lnwy",
1676
+ "light,lgt,lt",
1677
+ "limits,lmts",
1678
+ "line,ln",
1679
+ "link,lnk,lk",
1680
+ "little,ltl,lttl,littl,litl,lit,lt",
1681
+ "loaf,lf",
1682
+ "lookout,lkt",
1683
+ "loop,lp",
1684
+ "loops,lps",
1685
+ "lot,lt",
1686
+ "lynne,lynn",
1687
+ "mall,ml",
1688
+ "manor,mnr",
1689
+ "meadow,mdw",
1690
+ "meadows,mdws,mead",
1691
+ "mead,md",
1692
+ "meander,mndr,mdr,mr",
1693
+ "mew,mw",
1694
+ "mews,mws",
1695
+ "mile,mi",
1696
+ "mill,ml",
1697
+ "mills,mls",
1698
+ "motorway,mway,mwy,mtwy",
1699
+ "mount,mt",
1700
+ "neaves,nvs",
1701
+ "nook,nk",
1702
+ "number,nbr,num,no,nmbr,nr",
1703
+ "outlet,otlt",
1704
+ "outlook,out,otlk",
1705
+ "overbridge,ovrb",
1706
+ "overlook,ovlk",
1707
+ "overpass,opas",
1708
+ "paddock,padk",
1709
+ "palms,plms",
1710
+ "parade,pde,prd,prde,pard",
1711
+ "park,pk,prk",
1712
+ "parklands,pkld,pklds,parkland",
1713
+ "parkway,pkwy,parkwy,pky,pkway,prkwy,prkway,pkw,pwy,prkw",
1714
+ "parkways,pkwys",
1715
+ "part,prt",
1716
+ "pass,ps",
1717
+ "passage,psge,pass,pasg",
1718
+ "path,pth",
1719
+ "pathway,phwy,pway,pthway,pthwy,ptway,ptwy",
1720
+ "peninsula,psla",
1721
+ "piazza,piaz,pzza",
1722
+ "pike,pk,pke",
1723
+ "pine,pne,pn",
1724
+ "pines,pns,pnes",
1725
+ "place,pl,pla,plc,plac",
1726
+ "plain,pln,pl",
1727
+ "plains,plns,pls",
1728
+ "plateau,plat,plt",
1729
+ "plaza,plz,plza,pz",
1730
+ "prarie,pr",
1731
+ "pocket,pkt,pokt,pckt",
1732
+ "point,piont,pnt,pt",
1733
+ "pointe,pte,pnte",
1734
+ "port,prt",
1735
+ "ports,prts",
1736
+ "prairie,pr",
1737
+ "priors,prrs",
1738
+ "private,pvt",
1739
+ "promenade,prom,prm",
1740
+ "pursuit,pur",
1741
+ "quad,qd",
1742
+ "quadrangle,qdgl",
1743
+ "quadrant,qdrt,qd",
1744
+ "quay,quy,qy",
1745
+ "quays,quys,qys",
1746
+ "radial,radl",
1747
+ "ramble,ra,rmbl",
1748
+ "ramp,rmp",
1749
+ "ranae,ran",
1750
+ "ranch,rnch",
1751
+ "rapid,rpd",
1752
+ "rapids,rpds",
1753
+ "range,rng,rnge,rang",
1754
+ "reach,rch",
1755
+ "reserve,res,resrv,resv,rsrv,rserv,rserve,rsrve",
1756
+ "rest,rst",
1757
+ "retreat,rt,rtt",
1758
+ "return,rtn",
1759
+ "ridge,rdge,rdg",
1760
+ "ridges,rdgs",
1761
+ "ridgeway,rgwy,rdgwy",
1762
+ "rowy,rightofway,rofw,row",
1763
+ "rise,ri",
1764
+ "riverway,rvwy",
1765
+ "riviera,rvra",
1766
+ "road,rd,ro,roa",
1767
+ "roads,rds",
1768
+ "roadside,rdsd",
1769
+ "roadway,rdwy,rdw,rdy",
1770
+ "rocks,rks",
1771
+ "ronde,rnde",
1772
+ "rosebowl,rsbl",
1773
+ "rotary,rty",
1774
+ "round,rnd",
1775
+ "route,rt,rte",
1776
+ "row,rw",
1777
+ "run,rn",
1778
+ "serviceway,swy,svwy,svcwy",
1779
+ "shoal,shl",
1780
+ "shoals,shls",
1781
+ "shore,shor,shr",
1782
+ "shores,shors,shrs",
1783
+ "shunt,shun,shnt",
1784
+ "siding,sdng,sdg",
1785
+ "skyway,skwy",
1786
+ "slope,slpe,slp",
1787
+ "sound,snd",
1788
+ "space,spc",
1789
+ "spring,spg,sprng,sprn",
1790
+ "springs,spgs,sprngs,spns",
1791
+ "spur,spr",
1792
+ "square,sq,sqr",
1793
+ "squares,sqs",
1794
+ "stairs,strs",
1795
+ "stairway,stwy,strwy,strway",
1796
+ "shighway,sthighway,sh,sth,shw,sthw,shwy,shgwy,sthgwy,shway,sthway,sthwy,shi,sthi,statehighway",
1797
+ "sr,stateroad,sroad,stroad,staterd,srd,strd",
1798
+ "sr,stateroute,sroute,stroute,statert,srt,srte,strt,strte",
1799
+ "steps,stps",
1800
+ "strand,stra,strnd,strd",
1801
+ "strands,strnds,strds",
1802
+ "stravenue,stra,strav",
1803
+ "street,st,str,stre,stree,strt",
1804
+ "streets,sts",
1805
+ "strip,strp",
1806
+ "subdivision,subdiv",
1807
+ "subway,sbwy",
1808
+ "summit,smt,sumt",
1809
+ "tarn,tn",
1810
+ "terrace,tce,ter,tr,terr,terace,terrac,terrasse,tsse",
1811
+ "thicket,thick",
1812
+ "thoroughfare,thor,throughfare,thfr",
1813
+ "thoroughway,thwy",
1814
+ "throughway,thru,thro,thruway,trwy,thwy",
1815
+ "tollway,tlwy,twy",
1816
+ "th,twph,tshph,thw,twphw,tshphw,thgwy,twphgwy,tshphgwy,thway,twphway,tshphway,thwy,twphwy,tshphwy,thi,twphi,tshphi",
1817
+ "tr,trd,twpr,twprd,tshpr,tshprd",
1818
+ "tr,trt,trte,twpr,twprt,twprte,tshpr,tshprt,tshprte",
1819
+ "tower,twr",
1820
+ "towers,twrs",
1821
+ "townline,tline",
1822
+ "trace,trce,trc",
1823
+ "track,tr,trk,trak",
1824
+ "trafficway,trfy",
1825
+ "trail,tr,trl",
1826
+ "trailer,trlr",
1827
+ "tramway,tmwy",
1828
+ "trees,trs",
1829
+ "triangle,tri",
1830
+ "trunkway,tkwy",
1831
+ "tunnel,tun,tunl",
1832
+ "turnabout,trnabt",
1833
+ "turn,tn,trn",
1834
+ "turnpike,tpk,tpke",
1835
+ "underpass,upas,upass,ups",
1836
+ "union,un",
1837
+ "unions,uns",
1838
+ "vale,va,vl",
1839
+ "valley,vlly,vly,vy",
1840
+ "valleys,vlys,vllys",
1841
+ "viaduct,via,viad,vdct,viadct",
1842
+ "view,vw",
1843
+ "views,vws",
1844
+ "villa,vla",
1845
+ "village,vlge",
1846
+ "villas,vlas",
1847
+ "vista,vst,vsta,vis",
1848
+ "walk,wlk,wk",
1849
+ "walkway,wkwy,wky,wlkwy",
1850
+ "waters,wtrs",
1851
+ "way,wy",
1852
+ "ways,wys",
1853
+ "well,wl",
1854
+ "wells,wls",
1855
+ "wharf,whrf,whf",
1856
+ "wynd,wyn",
1857
+ "yard,yd,yrd",
1858
+ "acceso,acces",
1859
+ "alameda,alam",
1860
+ "alquería,alqueria,alque",
1861
+ "andador,andad",
1862
+ "angosta,angta",
1863
+ "apeadero,apdro",
1864
+ "autopista,auto,autop,aut,ap",
1865
+ "autovía,autovia,autov",
1866
+ "avenida,av,avd,avda",
1867
+ "bajada,bjada",
1868
+ "banda,bda",
1869
+ "barranco,branc",
1870
+ "barranquillo,bqllo",
1871
+ "barriada,barda",
1872
+ "boulevard,blvd,bvd",
1873
+ "brazal,brzal",
1874
+ "bulevar,bulev,blev,blv,bv,bl",
1875
+ "calle,cl,cll,ca,call",
1876
+ "calleja,cllja",
1877
+ "callejón,callejon,callej,cjón,cjon,cllon,cllón,cj",
1878
+ "callejuela,cjla",
1879
+ "callizo,cllzo",
1880
+ "calzada,czada,calz",
1881
+ "camino,cno,cmo,cmno,cm",
1882
+ "caminito,cmt",
1883
+ "camping,campg",
1884
+ "cantera,cantr",
1885
+ "cantón,canton,cant",
1886
+ "carrera,cra,carra,carr,cr,kra,kr",
1887
+ "carretera,ctra,cr,ct",
1888
+ "carreterín,carreterin,ctrin",
1889
+ "carretil,crtil",
1890
+ "carril,crril",
1891
+ "cerrada,cda,cer",
1892
+ "cinturón,cinturon,cint",
1893
+ "circular,cq",
1894
+ "circuito,cto",
1895
+ "circunvalar,cv,crv,cirv",
1896
+ "circunvalación,circunvalacion,ccvcn",
1897
+ "corredor,crrdo",
1898
+ "costanilla,cstan",
1899
+ "cuesta,custa",
1900
+ "diagonal,diag,dg",
1901
+ "diseminado,disem",
1902
+ "espalda,eslda",
1903
+ "estrada,estda",
1904
+ "explanada,expla",
1905
+ "extensión,ext,extension",
1906
+ "extramuros,extrm",
1907
+ "galería,galeria,gale",
1908
+ "glorieta,gta",
1909
+ "hacienda,hda",
1910
+ "ladera,ldera",
1911
+ "laderas,lderas",
1912
+ "llanura,llnra",
1913
+ "malecón,malecon,malec",
1914
+ "mirador,mrdor",
1915
+ "muelle,meull",
1916
+ "pantano,pant",
1917
+ "paraje,praje",
1918
+ "parque,pque,parq,pq,pqe",
1919
+ "particular,parti",
1920
+ "partida,ptda",
1921
+ "pasadizo,pzo",
1922
+ "pasaje,psaje,psj",
1923
+ "paseo,pº,p°,po,pso,pseo,pas,ps",
1924
+ "pasillo,psllo",
1925
+ "peatonal,peat",
1926
+ "periferico,perif",
1927
+ "plaza,pl,plza,pza,pz",
1928
+ "plazoleta,pzta,plzta,plta",
1929
+ "plazuela,plzla",
1930
+ "poblado,pbdo",
1931
+ "prolongación,prolongacion,prol",
1932
+ "puebla,pbla",
1933
+ "pueblo,pblo",
1934
+ "puente,pnte",
1935
+ "rambla,rbla",
1936
+ "rampla,rampa,rpla",
1937
+ "retorno,ret,rt",
1938
+ "rincón,rincon,rcon,rin,rncn,rncon",
1939
+ "rinconada,rcda,rcnda",
1940
+ "ronda,rda",
1941
+ "rotonda,rtda",
1942
+ "ruta,rta",
1943
+ "sector,sect",
1944
+ "sendera,sedra",
1945
+ "sendero,send,sedro",
1946
+ "subida,sbida",
1947
+ "tránsito,transito,trans",
1948
+ "transversal,trval,trvsal,tv,tr",
1949
+ "trasera,tras",
1950
+ "travesía,travesia,trva,trvsía,trvsia",
1951
+ "vereda,vreda,ver",
1952
+ "viaducto,vcto,vd",
1953
+ "vista,vst,vsta,vist",
1954
+ "allée,allee,all",
1955
+ "allées,alls,allees",
1956
+ "arcade,arc",
1957
+ "autoroute,aut",
1958
+ "avenue,av,ave,aven,avenu,avn,avnu,avnue",
1959
+ "avenues,avs,aves,avens,avenus,avns,avnus,avnues",
1960
+ "barriêre,barriere,bre",
1961
+ "barriêres,barrieres,bres",
1962
+ "berge,ber",
1963
+ "berges,bers",
1964
+ "boucle,bcle",
1965
+ "boulevard,bd,bde,blv,blvd,blvde,blvrd,boulavard,boul,boulv,bvd,boulevarde,bld",
1966
+ "butte,but",
1967
+ "côte,cote",
1968
+ "côteau,coteau",
1969
+ "campagne,cgne",
1970
+ "carreau,cau,carru",
1971
+ "carrefour,carf,carref",
1972
+ "carrière,carriere,care",
1973
+ "carrières,carrieres,cares",
1974
+ "carré,carre,carr,car",
1975
+ "cavée,cavee,cav",
1976
+ "cercle,cercl",
1977
+ "chalet,chl",
1978
+ "chaussée,chaussee,chs,chee",
1979
+ "chaussées,chaussees,chss,chees",
1980
+ "chemin,ch,che",
1981
+ "cheminement,chem",
1982
+ "chemins,ches",
1983
+ "château,chateau,cht",
1984
+ "cloître,cloitre,cloi",
1985
+ "contour,ctr",
1986
+ "corniche,cor",
1987
+ "corniches,cors",
1988
+ "cours,crs",
1989
+ "degré,degre,deg",
1990
+ "degrés,degres,degs",
1991
+ "descente,dsg",
1992
+ "descentes,dsgs",
1993
+ "digue,dig",
1994
+ "digues,digs",
1995
+ "échangeur,éch",
1996
+ "écluse,ecluse,ecl,écl",
1997
+ "écluses,ecluses,ecls,écls",
1998
+ "enclave,env",
1999
+ "enclos,enc",
2000
+ "espace,espa",
2001
+ "esplanade,esp",
2002
+ "esplanades,esps",
2003
+ "fosse,fos",
2004
+ "fosses,fos,foss",
2005
+ "foyer,foyr",
2006
+ "galerie,gal",
2007
+ "galeries,gals",
2008
+ "garenne,garn",
2009
+ "gbd,grbd,grdbd,gdbd",
2010
+ "gch,grch,gdch,grdch",
2011
+ "gden,gdens",
2012
+ "grandrue,gr,grdr,gdr",
2013
+ "gdsen,gdsens",
2014
+ "grille,gri",
2015
+ "grimpette,grim",
2016
+ "hameau,ham",
2017
+ "hchs,hschs",
2018
+ "impasse,imp",
2019
+ "impasses,imps",
2020
+ "jetée,jetee,jte",
2021
+ "jetées,jetees,jtes",
2022
+ "levée,levee,leve,lve",
2023
+ "montée,montee,mte",
2024
+ "montées,montees,mtes",
2025
+ "métro,metro,mét,met",
2026
+ "parc,prc",
2027
+ "parcs,prcs",
2028
+ "parvis,prv",
2029
+ "passage,pas,psg",
2030
+ "passe,pass",
2031
+ "passerelle,ple",
2032
+ "passerelles,ples",
2033
+ "patio,pat",
2034
+ "périphérique,peripherique,peri,péri",
2035
+ "place,pl",
2036
+ "placis,plci",
2037
+ "plage,plag",
2038
+ "plages,plags",
2039
+ "plaine,pln",
2040
+ "plateau,plt,plat",
2041
+ "plateaux,pltx,platx",
2042
+ "pointe,pte,pnte",
2043
+ "portique,porq,portq",
2044
+ "portiques,porqs,portqs",
2045
+ "pourtour,pour",
2046
+ "presquîle,presquile,prq,prql",
2047
+ "promenade,prom",
2048
+ "peripherique,peri",
2049
+ "quai,au",
2050
+ "raccourci,rac,racc",
2051
+ "raidillon,raid",
2052
+ "rampe,rpe,rmpe,rmp",
2053
+ "rempart,rem,remp",
2054
+ "rocade,rocd",
2055
+ "ronde,rnde",
2056
+ "rdpt,rpt",
2057
+ "roquet,roqt",
2058
+ "rotonde,rtd,rtnd,rtde,rtnde",
2059
+ "route,rt,rte",
2060
+ "routes,rts,rtes",
2061
+ "ruelle,rle",
2062
+ "ruelles,rles",
2063
+ "rues,rs",
2064
+ "residence,res",
2065
+ "residences,ress",
2066
+ "sente,sen",
2067
+ "sentes,sens",
2068
+ "sentier,sent",
2069
+ "sentiers,sents",
2070
+ "square,sq",
2071
+ "terrain,terr,trn",
2072
+ "terrasse,tsse",
2073
+ "terrasses,tsses",
2074
+ "terte,trt",
2075
+ "tertes,trts",
2076
+ "traverse,tra,trvs,trvrs",
2077
+ "vallon,val",
2078
+ "valée,vallee,val",
2079
+ "venelle,ven",
2080
+ "venelles,vens",
2081
+ "voie,voi",
2082
+ "voies,voiss",
2083
+ "aly,alley,allee,ally",
2084
+ "anx,anex,annex,annx",
2085
+ "arc,arcade",
2086
+ "ave,avenue,av,aven,avenu,avn,avnue",
2087
+ "byu,bayou,bayoo",
2088
+ "bch,beach",
2089
+ "bnd,bend",
2090
+ "blf,bluff,bluf",
2091
+ "blfs,bluffs",
2092
+ "btm,bottom,bot,bottm",
2093
+ "blvd,boulevard,boul,boulv",
2094
+ "br,branch,brnch",
2095
+ "brg,bridge,brdge",
2096
+ "brk,brook",
2097
+ "brks,brooks",
2098
+ "bg,burg",
2099
+ "bgs,burgs",
2100
+ "byp,bypass,bypa,bypas,byps",
2101
+ "cp,camp,cmp",
2102
+ "cyn,canyon,canyn,cnyn",
2103
+ "cpe,cape",
2104
+ "cswy,causeway,causwa",
2105
+ "ctr,center,cen,cent,centr,centre,cnter,cntr",
2106
+ "ctrs,centers",
2107
+ "cir,circle,circ,circl,crcl,crcle",
2108
+ "cirs,circles",
2109
+ "clf,cliff",
2110
+ "clfs,cliffs",
2111
+ "clb,club",
2112
+ "cmn,common",
2113
+ "cmns,commons",
2114
+ "cor,corner",
2115
+ "cors,corners",
2116
+ "crse,course",
2117
+ "ct,court",
2118
+ "cts,courts",
2119
+ "cv,cove",
2120
+ "cvs,coves",
2121
+ "crk,creek",
2122
+ "cres,crescent,crsent,crsnt",
2123
+ "crst,crest",
2124
+ "xing,crossing,crssng",
2125
+ "xrd,crossroad",
2126
+ "xrds,crossroads",
2127
+ "curv,curve",
2128
+ "dl,dale",
2129
+ "dm,dam",
2130
+ "dv,divide,div,dvd",
2131
+ "dr,drive,driv,drv",
2132
+ "drs,drives",
2133
+ "est,estate",
2134
+ "ests,estates",
2135
+ "expy,expressway,exp,expr,express,expw",
2136
+ "ext,extension,extn,extnsn",
2137
+ "exts,extensions",
2138
+ "fls,falls",
2139
+ "fry,ferry,frry",
2140
+ "fld,field",
2141
+ "flds,fields",
2142
+ "flt,flat",
2143
+ "flts,flats",
2144
+ "frd,ford",
2145
+ "frds,fords",
2146
+ "frst,forest,forests",
2147
+ "frg,forge,forg",
2148
+ "frgs,forges",
2149
+ "frk,fork",
2150
+ "frks,forks",
2151
+ "ft,fort,frt",
2152
+ "fwy,freeway,freewy,frway,frwy",
2153
+ "gdn,garden,gardn,grden,grdn",
2154
+ "gdns,gardens,grdns",
2155
+ "gtwy,gateway,gatewy,gatway,gtway",
2156
+ "gln,glen",
2157
+ "glns,glens",
2158
+ "grn,green",
2159
+ "grns,greens",
2160
+ "grv,grove,grov",
2161
+ "grvs,groves",
2162
+ "hbr,harbor,harb,harbr,hrbor",
2163
+ "hbrs,harbors",
2164
+ "hvn,haven",
2165
+ "hts,heights,ht",
2166
+ "hwy,highway,highwy,hiway,hiwy,hway",
2167
+ "hl,hill",
2168
+ "hls,hills",
2169
+ "holw,hollow,hllw,hollows,holws",
2170
+ "inlt,inlet",
2171
+ "is,island,islnd",
2172
+ "iss,islands,islnds",
2173
+ "isle,isles",
2174
+ "jct,junction,jction,jctn,junctn,juncton",
2175
+ "jcts,junctions,jctns",
2176
+ "ky,key",
2177
+ "kys,keys",
2178
+ "knl,knoll,knol",
2179
+ "knls,knolls",
2180
+ "lk,lake",
2181
+ "lks,lakes",
2182
+ "lndg,landing,lndng",
2183
+ "ln,lane",
2184
+ "lgt,light",
2185
+ "lgts,lights",
2186
+ "lf,loaf",
2187
+ "lck,lock",
2188
+ "lcks,locks",
2189
+ "ldg,lodge,ldge,lodg",
2190
+ "loop,loops",
2191
+ "mnr,manor",
2192
+ "mnrs,manors",
2193
+ "mdw,meadow",
2194
+ "mdws,meadows,mdw,medows",
2195
+ "ml,mill",
2196
+ "mls,mills",
2197
+ "msn,mission,missn,mssn",
2198
+ "mtwy,motorway",
2199
+ "mt,mount,mnt",
2200
+ "mtn,mountain,mntain,mntn,mountin,mtin",
2201
+ "mtns,mountains,mntns",
2202
+ "nck,neck",
2203
+ "orch,orchard,orchrd",
2204
+ "oval,ovl",
2205
+ "opas,overpass",
2206
+ "park,parks",
2207
+ "pkwy,parkway,parkwy,pkway,pky,parkways,pkwys",
2208
+ "psge,passage",
2209
+ "path,paths",
2210
+ "pike,pikes",
2211
+ "pne,pine",
2212
+ "pnes,pines",
2213
+ "pl,place",
2214
+ "pln,plain",
2215
+ "plns,plains",
2216
+ "plz,plaza,plza",
2217
+ "pt,point",
2218
+ "pts,points",
2219
+ "prt,port",
2220
+ "prts,ports",
2221
+ "pr,prairie,prr",
2222
+ "radl,radial,rad,radiel",
2223
+ "rnch,ranch,ranches,rnchs",
2224
+ "rpd,rapid",
2225
+ "rpds,rapids",
2226
+ "rst,rest",
2227
+ "rdg,ridge,rdge",
2228
+ "rdgs,ridges",
2229
+ "riv,river,rvr,rivr",
2230
+ "rd,road",
2231
+ "rds,roads",
2232
+ "rte,route",
2233
+ "shl,shoal",
2234
+ "shls,shoals",
2235
+ "shr,shore,shoar",
2236
+ "shrs,shores,shoars",
2237
+ "skwy,skyway",
2238
+ "spg,spring,spng,sprng",
2239
+ "spgs,springs,spngs,sprngs",
2240
+ "spur,spurs",
2241
+ "sq,square,sqr,sqre,squ",
2242
+ "sqs,squares,sqrs",
2243
+ "sta,station,statn,stn",
2244
+ "stra,stravenue,strav,straven,stravn,strvn,strvnue",
2245
+ "strm,stream,streme",
2246
+ "st,street,strt,str",
2247
+ "sts,streets",
2248
+ "smt,summit,sumit,sumitt",
2249
+ "ter,terrace,terr",
2250
+ "trwy,throughway",
2251
+ "trce,trace,traces",
2252
+ "trak,track,tracks,trk,trks",
2253
+ "trfy,trafficway",
2254
+ "trl,trail,trails,trls",
2255
+ "trlr,trailer,trlrs",
2256
+ "tunl,tunnel,tunel,tunls,tunnels,tunnl",
2257
+ "tpke,turnpike,trnpk,turnpk",
2258
+ "upas,underpass",
2259
+ "un,union",
2260
+ "uns,unions",
2261
+ "vly,valley,vally,vlly",
2262
+ "vlys,valleys",
2263
+ "via,viaduct,vdct,viadct",
2264
+ "vw,view",
2265
+ "vws,views",
2266
+ "vlg,village,vill,villag,villg,villiage",
2267
+ "vlgs,villages",
2268
+ "vl,ville",
2269
+ "vis,vista,vist,vst,vsta",
2270
+ "walk,walks",
2271
+ "way,wy",
2272
+ "wl,well",
2273
+ "wls,wells"
2274
+ ]
2275
+ },
2276
+ "synonyms/streets/multiword": {
2277
+ "type": "synonym",
2278
+ "synonyms": [
2279
+ ""
2280
+ ]
2281
+ }
2282
+ },
2283
+ "char_filter": {
2284
+ "ampersand_mapper": {
2285
+ "type": "pattern_replace",
2286
+ "pattern": "&",
2287
+ "replacement": " AMPERSANDPLACEHOLDER "
2288
+ },
2289
+ "punctuation": {
2290
+ "type": "mapping",
2291
+ "mappings": [
2292
+ ".=>",
2293
+ "`=>",
2294
+ "‘=>",
2295
+ "’=>",
2296
+ "‛=>",
2297
+ "_=>",
2298
+ "==>",
2299
+ "?=>",
2300
+ "'=>",
2301
+ "|=>",
2302
+ "\"=>",
2303
+ "(=>",
2304
+ ")=>",
2305
+ "{=>",
2306
+ "}=>",
2307
+ "[=>",
2308
+ "]=>",
2309
+ "<=>",
2310
+ ">=>",
2311
+ "*=>",
2312
+ "#=>",
2313
+ "^=>",
2314
+ "$=>",
2315
+ "@=>",
2316
+ "!=>",
2317
+ "~=>",
2318
+ ":=>",
2319
+ ";=>",
2320
+ "+=>",
2321
+ "《=>",
2322
+ "》=>",
2323
+ "—=>",
2324
+ "-=>",
2325
+ ",=>",
2326
+ "。=>",
2327
+ "‹=>",
2328
+ "›=>",
2329
+ "⹂=>",
2330
+ "〝=>",
2331
+ "〞=>",
2332
+ "、=>",
2333
+ ":=>",
2334
+ ";=>",
2335
+ "!=>",
2336
+ "·=>",
2337
+ "?=>",
2338
+ "„=>",
2339
+ "“=>",
2340
+ "”=>",
2341
+ "‟=>",
2342
+ ")=>",
2343
+ "(=>",
2344
+ "【=>",
2345
+ "】=>",
2346
+ "[=>",
2347
+ "]=>",
2348
+ "●=>",
2349
+ "«=>",
2350
+ "»=>"
2351
+ ]
2352
+ },
2353
+ "alphanumeric": {
2354
+ "type": "pattern_replace",
2355
+ "pattern": "[^a-zA-Z0-9]",
2356
+ "replacement": ""
2357
+ },
2358
+ "numeric": {
2359
+ "type": "pattern_replace",
2360
+ "pattern": "[^0-9]",
2361
+ "replacement": " "
2362
+ },
2363
+ "nfkc_normalizer": {
2364
+ "type": "icu_normalizer",
2365
+ "name": "nfkc",
2366
+ "mode": "compose"
2367
+ }
2368
+ }
2369
+ }
2370
+ },
2371
+ "mappings": {
2372
+ "properties": {
2373
+ "source": {
2374
+ "type": "keyword"
2375
+ },
2376
+ "layer": {
2377
+ "type": "keyword"
2378
+ },
2379
+ "name": {
2380
+ "type": "object",
2381
+ "dynamic": true
2382
+ },
2383
+ "phrase": {
2384
+ "type": "object",
2385
+ "dynamic": true
2386
+ },
2387
+ "address_parts": {
2388
+ "type": "object",
2389
+ "dynamic": "strict",
2390
+ "properties": {
2391
+ "name": {
2392
+ "type": "text",
2393
+ "analyzer": "keyword",
2394
+ "search_analyzer": "keyword",
2395
+ "similarity": "peliasDefaultSimilarity"
2396
+ },
2397
+ "unit": {
2398
+ "type": "text",
2399
+ "analyzer": "peliasUnit",
2400
+ "search_analyzer": "peliasUnit",
2401
+ "similarity": "peliasDefaultSimilarity"
2402
+ },
2403
+ "number": {
2404
+ "type": "text",
2405
+ "analyzer": "peliasHousenumber",
2406
+ "search_analyzer": "peliasHousenumber",
2407
+ "similarity": "peliasDefaultSimilarity"
2408
+ },
2409
+ "street": {
2410
+ "type": "text",
2411
+ "analyzer": "peliasStreet",
2412
+ "search_analyzer": "peliasQuery",
2413
+ "similarity": "peliasDefaultSimilarity"
2414
+ },
2415
+ "cross_street": {
2416
+ "type": "text",
2417
+ "analyzer": "peliasStreet",
2418
+ "search_analyzer": "peliasQuery",
2419
+ "similarity": "peliasDefaultSimilarity"
2420
+ },
2421
+ "zip": {
2422
+ "type": "text",
2423
+ "analyzer": "peliasZip",
2424
+ "search_analyzer": "peliasZip",
2425
+ "similarity": "peliasDefaultSimilarity"
2426
+ }
2427
+ }
2428
+ },
2429
+ "parent": {
2430
+ "type": "object",
2431
+ "dynamic": "strict",
2432
+ "properties": {
2433
+ "continent": {
2434
+ "type": "text",
2435
+ "analyzer": "peliasAdmin",
2436
+ "search_analyzer": "peliasAdmin",
2437
+ "similarity": "peliasDefaultSimilarity",
2438
+ "fields": {
2439
+ "ngram": {
2440
+ "type": "text",
2441
+ "analyzer": "peliasIndexOneEdgeGram",
2442
+ "search_analyzer": "peliasAdmin",
2443
+ "similarity": "peliasDefaultSimilarity"
2444
+ }
2445
+ }
2446
+ },
2447
+ "continent_a": {
2448
+ "type": "text",
2449
+ "analyzer": "peliasAdmin",
2450
+ "search_analyzer": "peliasAdmin",
2451
+ "similarity": "peliasDefaultSimilarity",
2452
+ "fields": {
2453
+ "ngram": {
2454
+ "type": "text",
2455
+ "analyzer": "peliasIndexOneEdgeGram",
2456
+ "search_analyzer": "peliasAdmin",
2457
+ "similarity": "peliasDefaultSimilarity"
2458
+ }
2459
+ }
2460
+ },
2461
+ "continent_id": {
2462
+ "type": "keyword",
2463
+ "doc_values": false
2464
+ },
2465
+ "continent_source": {
2466
+ "type": "keyword",
2467
+ "doc_values": false
2468
+ },
2469
+ "ocean": {
2470
+ "type": "text",
2471
+ "analyzer": "peliasAdmin",
2472
+ "search_analyzer": "peliasAdmin",
2473
+ "similarity": "peliasDefaultSimilarity",
2474
+ "fields": {
2475
+ "ngram": {
2476
+ "type": "text",
2477
+ "analyzer": "peliasIndexOneEdgeGram",
2478
+ "search_analyzer": "peliasAdmin",
2479
+ "similarity": "peliasDefaultSimilarity"
2480
+ }
2481
+ }
2482
+ },
2483
+ "ocean_a": {
2484
+ "type": "text",
2485
+ "analyzer": "peliasAdmin",
2486
+ "search_analyzer": "peliasAdmin",
2487
+ "similarity": "peliasDefaultSimilarity",
2488
+ "fields": {
2489
+ "ngram": {
2490
+ "type": "text",
2491
+ "analyzer": "peliasIndexOneEdgeGram",
2492
+ "search_analyzer": "peliasAdmin",
2493
+ "similarity": "peliasDefaultSimilarity"
2494
+ }
2495
+ }
2496
+ },
2497
+ "ocean_id": {
2498
+ "type": "keyword",
2499
+ "doc_values": false
2500
+ },
2501
+ "ocean_source": {
2502
+ "type": "keyword",
2503
+ "doc_values": false
2504
+ },
2505
+ "empire": {
2506
+ "type": "text",
2507
+ "analyzer": "peliasAdmin",
2508
+ "search_analyzer": "peliasAdmin",
2509
+ "similarity": "peliasDefaultSimilarity",
2510
+ "fields": {
2511
+ "ngram": {
2512
+ "type": "text",
2513
+ "analyzer": "peliasIndexOneEdgeGram",
2514
+ "search_analyzer": "peliasAdmin",
2515
+ "similarity": "peliasDefaultSimilarity"
2516
+ }
2517
+ }
2518
+ },
2519
+ "empire_a": {
2520
+ "type": "text",
2521
+ "analyzer": "peliasAdmin",
2522
+ "search_analyzer": "peliasAdmin",
2523
+ "similarity": "peliasDefaultSimilarity",
2524
+ "fields": {
2525
+ "ngram": {
2526
+ "type": "text",
2527
+ "analyzer": "peliasIndexOneEdgeGram",
2528
+ "search_analyzer": "peliasAdmin",
2529
+ "similarity": "peliasDefaultSimilarity"
2530
+ }
2531
+ }
2532
+ },
2533
+ "empire_id": {
2534
+ "type": "keyword",
2535
+ "doc_values": false
2536
+ },
2537
+ "empire_source": {
2538
+ "type": "keyword",
2539
+ "doc_values": false
2540
+ },
2541
+ "country": {
2542
+ "type": "text",
2543
+ "analyzer": "peliasAdmin",
2544
+ "search_analyzer": "peliasAdmin",
2545
+ "similarity": "peliasDefaultSimilarity",
2546
+ "fields": {
2547
+ "ngram": {
2548
+ "type": "text",
2549
+ "analyzer": "peliasIndexOneEdgeGram",
2550
+ "search_analyzer": "peliasAdmin",
2551
+ "similarity": "peliasDefaultSimilarity"
2552
+ }
2553
+ }
2554
+ },
2555
+ "country_a": {
2556
+ "type": "text",
2557
+ "analyzer": "peliasIndexCountryAbbreviation",
2558
+ "search_analyzer": "peliasQuery",
2559
+ "similarity": "peliasDefaultSimilarity",
2560
+ "fields": {
2561
+ "ngram": {
2562
+ "type": "text",
2563
+ "analyzer": "peliasIndexCountryAbbreviationOneEdgeGram",
2564
+ "search_analyzer": "peliasQuery",
2565
+ "similarity": "peliasDefaultSimilarity"
2566
+ }
2567
+ }
2568
+ },
2569
+ "country_id": {
2570
+ "type": "keyword",
2571
+ "doc_values": false
2572
+ },
2573
+ "country_source": {
2574
+ "type": "keyword",
2575
+ "doc_values": false
2576
+ },
2577
+ "dependency": {
2578
+ "type": "text",
2579
+ "analyzer": "peliasAdmin",
2580
+ "search_analyzer": "peliasAdmin",
2581
+ "similarity": "peliasDefaultSimilarity",
2582
+ "fields": {
2583
+ "ngram": {
2584
+ "type": "text",
2585
+ "analyzer": "peliasIndexOneEdgeGram",
2586
+ "search_analyzer": "peliasAdmin",
2587
+ "similarity": "peliasDefaultSimilarity"
2588
+ }
2589
+ }
2590
+ },
2591
+ "dependency_a": {
2592
+ "type": "text",
2593
+ "analyzer": "peliasAdmin",
2594
+ "search_analyzer": "peliasAdmin",
2595
+ "similarity": "peliasDefaultSimilarity",
2596
+ "fields": {
2597
+ "ngram": {
2598
+ "type": "text",
2599
+ "analyzer": "peliasIndexOneEdgeGram",
2600
+ "search_analyzer": "peliasAdmin",
2601
+ "similarity": "peliasDefaultSimilarity"
2602
+ }
2603
+ }
2604
+ },
2605
+ "dependency_id": {
2606
+ "type": "keyword",
2607
+ "doc_values": false
2608
+ },
2609
+ "dependency_source": {
2610
+ "type": "keyword",
2611
+ "doc_values": false
2612
+ },
2613
+ "marinearea": {
2614
+ "type": "text",
2615
+ "analyzer": "peliasAdmin",
2616
+ "search_analyzer": "peliasAdmin",
2617
+ "similarity": "peliasDefaultSimilarity",
2618
+ "fields": {
2619
+ "ngram": {
2620
+ "type": "text",
2621
+ "analyzer": "peliasIndexOneEdgeGram",
2622
+ "search_analyzer": "peliasAdmin",
2623
+ "similarity": "peliasDefaultSimilarity"
2624
+ }
2625
+ }
2626
+ },
2627
+ "marinearea_a": {
2628
+ "type": "text",
2629
+ "analyzer": "peliasAdmin",
2630
+ "search_analyzer": "peliasAdmin",
2631
+ "similarity": "peliasDefaultSimilarity",
2632
+ "fields": {
2633
+ "ngram": {
2634
+ "type": "text",
2635
+ "analyzer": "peliasIndexOneEdgeGram",
2636
+ "search_analyzer": "peliasAdmin",
2637
+ "similarity": "peliasDefaultSimilarity"
2638
+ }
2639
+ }
2640
+ },
2641
+ "marinearea_id": {
2642
+ "type": "keyword",
2643
+ "doc_values": false
2644
+ },
2645
+ "marinearea_source": {
2646
+ "type": "keyword",
2647
+ "doc_values": false
2648
+ },
2649
+ "macroregion": {
2650
+ "type": "text",
2651
+ "analyzer": "peliasAdmin",
2652
+ "search_analyzer": "peliasAdmin",
2653
+ "similarity": "peliasDefaultSimilarity",
2654
+ "fields": {
2655
+ "ngram": {
2656
+ "type": "text",
2657
+ "analyzer": "peliasIndexOneEdgeGram",
2658
+ "search_analyzer": "peliasAdmin",
2659
+ "similarity": "peliasDefaultSimilarity"
2660
+ }
2661
+ }
2662
+ },
2663
+ "macroregion_a": {
2664
+ "type": "text",
2665
+ "analyzer": "peliasAdmin",
2666
+ "search_analyzer": "peliasAdmin",
2667
+ "similarity": "peliasDefaultSimilarity",
2668
+ "fields": {
2669
+ "ngram": {
2670
+ "type": "text",
2671
+ "analyzer": "peliasIndexOneEdgeGram",
2672
+ "search_analyzer": "peliasAdmin",
2673
+ "similarity": "peliasDefaultSimilarity"
2674
+ }
2675
+ }
2676
+ },
2677
+ "macroregion_id": {
2678
+ "type": "keyword",
2679
+ "doc_values": false
2680
+ },
2681
+ "macroregion_source": {
2682
+ "type": "keyword",
2683
+ "doc_values": false
2684
+ },
2685
+ "region": {
2686
+ "type": "text",
2687
+ "analyzer": "peliasAdmin",
2688
+ "search_analyzer": "peliasAdmin",
2689
+ "similarity": "peliasDefaultSimilarity",
2690
+ "fields": {
2691
+ "ngram": {
2692
+ "type": "text",
2693
+ "analyzer": "peliasIndexOneEdgeGram",
2694
+ "search_analyzer": "peliasAdmin",
2695
+ "similarity": "peliasDefaultSimilarity"
2696
+ }
2697
+ }
2698
+ },
2699
+ "region_a": {
2700
+ "type": "text",
2701
+ "analyzer": "peliasAdmin",
2702
+ "search_analyzer": "peliasAdmin",
2703
+ "similarity": "peliasDefaultSimilarity",
2704
+ "fields": {
2705
+ "ngram": {
2706
+ "type": "text",
2707
+ "analyzer": "peliasIndexOneEdgeGram",
2708
+ "search_analyzer": "peliasAdmin",
2709
+ "similarity": "peliasDefaultSimilarity"
2710
+ }
2711
+ }
2712
+ },
2713
+ "region_id": {
2714
+ "type": "keyword",
2715
+ "doc_values": false
2716
+ },
2717
+ "region_source": {
2718
+ "type": "keyword",
2719
+ "doc_values": false
2720
+ },
2721
+ "macrocounty": {
2722
+ "type": "text",
2723
+ "analyzer": "peliasAdmin",
2724
+ "search_analyzer": "peliasAdmin",
2725
+ "similarity": "peliasDefaultSimilarity",
2726
+ "fields": {
2727
+ "ngram": {
2728
+ "type": "text",
2729
+ "analyzer": "peliasIndexOneEdgeGram",
2730
+ "search_analyzer": "peliasAdmin",
2731
+ "similarity": "peliasDefaultSimilarity"
2732
+ }
2733
+ }
2734
+ },
2735
+ "macrocounty_a": {
2736
+ "type": "text",
2737
+ "analyzer": "peliasAdmin",
2738
+ "search_analyzer": "peliasAdmin",
2739
+ "similarity": "peliasDefaultSimilarity",
2740
+ "fields": {
2741
+ "ngram": {
2742
+ "type": "text",
2743
+ "analyzer": "peliasIndexOneEdgeGram",
2744
+ "search_analyzer": "peliasAdmin",
2745
+ "similarity": "peliasDefaultSimilarity"
2746
+ }
2747
+ }
2748
+ },
2749
+ "macrocounty_id": {
2750
+ "type": "keyword",
2751
+ "doc_values": false
2752
+ },
2753
+ "macrocounty_source": {
2754
+ "type": "keyword",
2755
+ "doc_values": false
2756
+ },
2757
+ "county": {
2758
+ "type": "text",
2759
+ "analyzer": "peliasAdmin",
2760
+ "search_analyzer": "peliasAdmin",
2761
+ "similarity": "peliasDefaultSimilarity",
2762
+ "fields": {
2763
+ "ngram": {
2764
+ "type": "text",
2765
+ "analyzer": "peliasIndexOneEdgeGram",
2766
+ "search_analyzer": "peliasAdmin",
2767
+ "similarity": "peliasDefaultSimilarity"
2768
+ }
2769
+ }
2770
+ },
2771
+ "county_a": {
2772
+ "type": "text",
2773
+ "analyzer": "peliasAdmin",
2774
+ "search_analyzer": "peliasAdmin",
2775
+ "similarity": "peliasDefaultSimilarity",
2776
+ "fields": {
2777
+ "ngram": {
2778
+ "type": "text",
2779
+ "analyzer": "peliasIndexOneEdgeGram",
2780
+ "search_analyzer": "peliasAdmin",
2781
+ "similarity": "peliasDefaultSimilarity"
2782
+ }
2783
+ }
2784
+ },
2785
+ "county_id": {
2786
+ "type": "keyword",
2787
+ "doc_values": false
2788
+ },
2789
+ "county_source": {
2790
+ "type": "keyword",
2791
+ "doc_values": false
2792
+ },
2793
+ "locality": {
2794
+ "type": "text",
2795
+ "analyzer": "peliasAdmin",
2796
+ "search_analyzer": "peliasAdmin",
2797
+ "similarity": "peliasDefaultSimilarity",
2798
+ "fields": {
2799
+ "ngram": {
2800
+ "type": "text",
2801
+ "analyzer": "peliasIndexOneEdgeGram",
2802
+ "search_analyzer": "peliasAdmin",
2803
+ "similarity": "peliasDefaultSimilarity"
2804
+ }
2805
+ }
2806
+ },
2807
+ "locality_a": {
2808
+ "type": "text",
2809
+ "analyzer": "peliasAdmin",
2810
+ "search_analyzer": "peliasAdmin",
2811
+ "similarity": "peliasDefaultSimilarity",
2812
+ "fields": {
2813
+ "ngram": {
2814
+ "type": "text",
2815
+ "analyzer": "peliasIndexOneEdgeGram",
2816
+ "search_analyzer": "peliasAdmin",
2817
+ "similarity": "peliasDefaultSimilarity"
2818
+ }
2819
+ }
2820
+ },
2821
+ "locality_id": {
2822
+ "type": "keyword",
2823
+ "doc_values": false
2824
+ },
2825
+ "locality_source": {
2826
+ "type": "keyword",
2827
+ "doc_values": false
2828
+ },
2829
+ "borough": {
2830
+ "type": "text",
2831
+ "analyzer": "peliasAdmin",
2832
+ "search_analyzer": "peliasAdmin",
2833
+ "similarity": "peliasDefaultSimilarity",
2834
+ "fields": {
2835
+ "ngram": {
2836
+ "type": "text",
2837
+ "analyzer": "peliasIndexOneEdgeGram",
2838
+ "search_analyzer": "peliasAdmin",
2839
+ "similarity": "peliasDefaultSimilarity"
2840
+ }
2841
+ }
2842
+ },
2843
+ "borough_a": {
2844
+ "type": "text",
2845
+ "analyzer": "peliasAdmin",
2846
+ "search_analyzer": "peliasAdmin",
2847
+ "similarity": "peliasDefaultSimilarity",
2848
+ "fields": {
2849
+ "ngram": {
2850
+ "type": "text",
2851
+ "analyzer": "peliasIndexOneEdgeGram",
2852
+ "search_analyzer": "peliasAdmin",
2853
+ "similarity": "peliasDefaultSimilarity"
2854
+ }
2855
+ }
2856
+ },
2857
+ "borough_id": {
2858
+ "type": "keyword",
2859
+ "doc_values": false
2860
+ },
2861
+ "borough_source": {
2862
+ "type": "keyword",
2863
+ "doc_values": false
2864
+ },
2865
+ "localadmin": {
2866
+ "type": "text",
2867
+ "analyzer": "peliasAdmin",
2868
+ "search_analyzer": "peliasAdmin",
2869
+ "similarity": "peliasDefaultSimilarity",
2870
+ "fields": {
2871
+ "ngram": {
2872
+ "type": "text",
2873
+ "analyzer": "peliasIndexOneEdgeGram",
2874
+ "search_analyzer": "peliasAdmin",
2875
+ "similarity": "peliasDefaultSimilarity"
2876
+ }
2877
+ }
2878
+ },
2879
+ "localadmin_a": {
2880
+ "type": "text",
2881
+ "analyzer": "peliasAdmin",
2882
+ "search_analyzer": "peliasAdmin",
2883
+ "similarity": "peliasDefaultSimilarity",
2884
+ "fields": {
2885
+ "ngram": {
2886
+ "type": "text",
2887
+ "analyzer": "peliasIndexOneEdgeGram",
2888
+ "search_analyzer": "peliasAdmin",
2889
+ "similarity": "peliasDefaultSimilarity"
2890
+ }
2891
+ }
2892
+ },
2893
+ "localadmin_id": {
2894
+ "type": "keyword",
2895
+ "doc_values": false
2896
+ },
2897
+ "localadmin_source": {
2898
+ "type": "keyword",
2899
+ "doc_values": false
2900
+ },
2901
+ "neighbourhood": {
2902
+ "type": "text",
2903
+ "analyzer": "peliasAdmin",
2904
+ "search_analyzer": "peliasAdmin",
2905
+ "similarity": "peliasDefaultSimilarity",
2906
+ "fields": {
2907
+ "ngram": {
2908
+ "type": "text",
2909
+ "analyzer": "peliasIndexOneEdgeGram",
2910
+ "search_analyzer": "peliasAdmin",
2911
+ "similarity": "peliasDefaultSimilarity"
2912
+ }
2913
+ }
2914
+ },
2915
+ "neighbourhood_a": {
2916
+ "type": "text",
2917
+ "analyzer": "peliasAdmin",
2918
+ "search_analyzer": "peliasAdmin",
2919
+ "similarity": "peliasDefaultSimilarity",
2920
+ "fields": {
2921
+ "ngram": {
2922
+ "type": "text",
2923
+ "analyzer": "peliasIndexOneEdgeGram",
2924
+ "search_analyzer": "peliasAdmin",
2925
+ "similarity": "peliasDefaultSimilarity"
2926
+ }
2927
+ }
2928
+ },
2929
+ "neighbourhood_id": {
2930
+ "type": "keyword",
2931
+ "doc_values": false
2932
+ },
2933
+ "neighbourhood_source": {
2934
+ "type": "keyword",
2935
+ "doc_values": false
2936
+ },
2937
+ "postalcode": {
2938
+ "type": "text",
2939
+ "analyzer": "peliasZip",
2940
+ "search_analyzer": "peliasZip",
2941
+ "similarity": "peliasDefaultSimilarity",
2942
+ "fields": {
2943
+ "ngram": {
2944
+ "type": "text",
2945
+ "analyzer": "peliasIndexOneEdgeGram",
2946
+ "search_analyzer": "peliasZip",
2947
+ "similarity": "peliasDefaultSimilarity"
2948
+ }
2949
+ }
2950
+ },
2951
+ "postalcode_a": {
2952
+ "type": "text",
2953
+ "analyzer": "peliasZip",
2954
+ "search_analyzer": "peliasZip",
2955
+ "similarity": "peliasDefaultSimilarity",
2956
+ "fields": {
2957
+ "ngram": {
2958
+ "type": "text",
2959
+ "analyzer": "peliasIndexOneEdgeGram",
2960
+ "search_analyzer": "peliasZip",
2961
+ "similarity": "peliasDefaultSimilarity"
2962
+ }
2963
+ }
2964
+ },
2965
+ "postalcode_id": {
2966
+ "type": "keyword",
2967
+ "doc_values": false
2968
+ },
2969
+ "postalcode_source": {
2970
+ "type": "keyword",
2971
+ "doc_values": false
2972
+ }
2973
+ }
2974
+ },
2975
+ "center_point": {
2976
+ "type": "geo_point"
2977
+ },
2978
+ "shape": {
2979
+ "type": "geo_shape"
2980
+ },
2981
+ "bounding_box": {
2982
+ "type": "keyword",
2983
+ "index": false
2984
+ },
2985
+ "source_id": {
2986
+ "type": "keyword",
2987
+ "doc_values": false
2988
+ },
2989
+ "category": {
2990
+ "type": "keyword",
2991
+ "doc_values": false
2992
+ },
2993
+ "population": {
2994
+ "type": "long",
2995
+ "null_value": 0
2996
+ },
2997
+ "popularity": {
2998
+ "type": "long",
2999
+ "null_value": 0
3000
+ },
3001
+ "addendum": {
3002
+ "type": "object",
3003
+ "dynamic": true
3004
+ }
3005
+ },
3006
+ "dynamic_templates": [
3007
+ {
3008
+ "nameGram": {
3009
+ "path_match": "name.*",
3010
+ "match_mapping_type": "string",
3011
+ "mapping": {
3012
+ "type": "text",
3013
+ "analyzer": "peliasIndexOneEdgeGram",
3014
+ "search_analyzer": "peliasQuery",
3015
+ "similarity": "peliasDefaultSimilarity"
3016
+ }
3017
+ }
3018
+ },
3019
+ {
3020
+ "phrase": {
3021
+ "path_match": "phrase.*",
3022
+ "match_mapping_type": "string",
3023
+ "mapping": {
3024
+ "type": "text",
3025
+ "analyzer": "peliasPhrase",
3026
+ "search_analyzer": "peliasQuery",
3027
+ "similarity": "peliasDefaultSimilarity"
3028
+ }
3029
+ }
3030
+ },
3031
+ {
3032
+ "addendum": {
3033
+ "path_match": "addendum.*",
3034
+ "match_mapping_type": "string",
3035
+ "mapping": {
3036
+ "type": "keyword",
3037
+ "index": false,
3038
+ "doc_values": false
3039
+ }
3040
+ }
3041
+ }
3042
+ ],
3043
+ "_source": {
3044
+ "excludes": [
3045
+ "shape",
3046
+ "phrase"
3047
+ ]
3048
+ },
3049
+ "dynamic": "strict"
3050
+ }
3051
+ }