{ "orderstocklabel": { "_parent": { "type": "orderstockitem" }, "properties": { "id": { "type": "long" }, "idOrderStockItem": { "type": "long" }, "idOrder": { "type": "long" }, "labelState": { "type": "integer" }, "labelQty": { "type": "double" }, "labelCount": { "type": "integer" }, "labelNum": { "type": "integer" }, "orderYear": { "type": "integer" }, "idStockPlace": { "type": "long" }, "stockPlace": { "type": "text", "index": "not_analyzed", "fields": { "raw": { "type": "keyword" } } }, "createBy": { "type": "long" }, "createTimeLong": { "type": "long" }, "updateBy": { "type": "long" }, "updateTimeLong": { "type": "long" }, "idOrderCreate": { "type": "long" }, "orderCreateMan": { "type": "text", "index": "not_analyzed" }, "orderCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "orderName": { "type": "text", "analyzer": "index_ansj", "search_analyzer": "query_ansj", "fields": { "raw": { "type": "keyword" }, "number": { "type": "text", "index": "analyzed", "analyzer": "number_analyzer" }, "letter": { "type": "text", "index": "analyzed", "analyzer": "letter_analyzer" } } }, "clintName": { "type": "text", "analyzer": "index_ansj", "search_analyzer": "query_ansj", "fields": { "raw": { "type": "keyword" }, "number": { "type": "text", "index": "analyzed", "analyzer": "number_analyzer" }, "letter": { "type": "text", "index": "analyzed", "analyzer": "letter_analyzer" } } } } } }