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