http://192.168.10.22:9200/enterprise_library_search
{
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "12",
"refresh_interval": "60s",
"translog": {
"durability": "async",
"flush_threshold_size": "1024mb",
"sync_interval": "60s"
}
}
},
"mappings": {
"doc": {
"properties": {
"address": {
"analyzer": "ik_max_word",
"type": "text"
},
"category_new": {
"type": "text"
},
"eid": {
"type": "keyword"
},
"format_name": {
"analyzer": "ik_max_word",
"fields": {
"ik": {
"analyzer": "ik_max_word",
"type": "text"
},
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"search_analyzer": "ik_smart",
"type": "text"
},
"gd_latitude": {
"type": "float"
},
"gd_location": {
"type": "geo_point"
},
"gd_longitude": {
"type": "float"
},
"latitude": {
"type": "float"
},
"location": {
"type": "geo_point"
},
"minor_enterprises": {
"type": "keyword"
},
"oper_name": {
"analyzer": "ik_max_word",
"type": "text"
},
"regist_capi_new": {
"type": "float"
},
"rf": {
"type": "float"
},
"start_date": {
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis",
"type": "date"
},
"yiliaobx_num": {
"type": "long"
}
}
}
}
}