forked from ibbd-dev/csv2es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheyenlp_area2016.json
20 lines (20 loc) · 928 Bytes
/
eyenlp_area2016.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"properties": {
"level": {"type": "keyword", "index": true},
"area_code": {"type": "keyword", "index": true},
"city_code": {"type": "keyword", "index": true},
"zip_code": {"type": "keyword", "index": true},
"province": {"type": "text"},
"city": {"type": "text"},
"county": {"type": "text"},
"town": {"type": "text"},
"village": {"type": "text"},
"short_name": {"type": "text"},
"short_name_pinyin": {"type": "text", "analyzer": "whitespace", "search_analyzer": "whitespace"},
"merger_name": {"type": "text", "analyzer": "whitespace", "search_analyzer": "whitespace"},
"merger_name_pinyin": {"type": "keyword"},
"full_name": {"type": "text"},
"location": {"type": "geo_point", "index": true},
"search_content": {"type": "text", "analyzer": "whitespace", "search_analyzer": "whitespace"}
}
}