酒店搜索建议
PUT /hotelsuggest-test2{"settings": {"number_of_shards": 1,"number_of_replicas": 1,"analysis": {"analyzer": {"ik_and_pinyin_analyzer": {"type": "custom","tokenizer": "ik_smart","filter": "my_pinyin"}},"filter": {"my_pinyin": {"type": "pinyin","keep_first_letter": true,"keep_full_pinyin": true,"keep_original": true,"remove_duplicated_term": true}}}},"mappings": {"properties": {"hotelName": {"type": "completion","analyzer": "ik_and_pinyin_analyzer"},"hotelId": {"type": "keyword"}}}}
