| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "assistType": {
- "type": "long"
- },
- "workType": {
- "type": "text",
- "index": "not_analyzed"
- },
- "workQuality": {
- "type": "text",
- "index": "not_analyzed"
- },
- "settleType": {
- "type": "text",
- "index": "not_analyzed"
- },
- "outAssistName": {
- "type": "text",
- "index": "not_analyzed",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "contactMan": {
- "type": "text",
- "index": "not_analyzed"
- },
- "contactPhone": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "outAssistCode": {
- "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"
- },
- "remark": {
- "type": "text",
- "index": "not_analyzed"
- },
- "factorySyncKey": {
- "type": "text",
- "index": "not_analyzed"
- },
- "contractUrl": {
- "type": "text",
- "index": "not_analyzed"
- },
- "dataBaseAlias": {
- "type": "text",
- "index": "not_analyzed"
- },
- "shardingKey": {
- "type": "text",
- "index": "not_analyzed"
- },
- "enable": {
- "type": "long"
- },
- "submitOnAllocation": {
- "type": "integer"
- },
- "sortIndex": {
- "type": "integer"
- },
- "capacity": {
- "type": "long"
- },
- "needPackMaterial": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTime": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTime": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|