| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "idIndustry": {
- "type": "long"
- },
- "industryName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "clientName": {
- "type": "text",
- "analyzer": "index_ansj",
- "search_analyzer": "query_ansj",
- "fields": {
- "raw": {
- "type": "keyword"
- },
- "raw2": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "keywordignorespace_analyzer"
- },
- "number": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "number_analyzer"
- },
- "letter": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "letter_analyzer"
- }
- }
- },
- "contactMan": {
- "type": "text",
- "index": "not_analyzed"
- },
- "contactPhone": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "clientCode": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "province": {
- "type": "text",
- "index": "not_analyzed"
- },
- "city": {
- "type": "text",
- "index": "not_analyzed"
- },
- "area": {
- "type": "text",
- "index": "not_analyzed"
- },
- "address": {
- "type": "text",
- "index": "not_analyzed"
- },
- "clientFrom": {
- "type": "long"
- },
- "overdraftQuota": {
- "type": "long"
- },
- "idLevel": {
- "type": "long"
- },
- "levelName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "idSalesManBelong": {
- "type": "long"
- },
- "salesManNameBelong": {
- "type": "text",
- "index": "not_analyzed"
- },
- "enable": {
- "type": "long"
- },
- "createBy": {
- "type": "long"
- },
- "createTime": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTime": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- },
- "signKey": {
- "type": "keyword"
- },
- "dutyMan": {
- "type": "text",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "againstFlag": {
- "type": "long"
- },
- "dropShippingFlag": {
- "type": "long"
- }
- }
- }
- }
|