{ "orderstockitem": { "_parent": { "type": "info" }, "properties": { "id": { "type": "long" }, "idOrder": { "type": "long" }, "orderCode": { "type": "text", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "printBillCode": { "type": "text", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "idClient": { "type": "long" }, "clientName": { "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" } } }, "orderQty": { "type": "double" }, "totalBoxCount": { "type": "integer" }, "stockCount": { "type": "integer" }, "boxCount": { "type": "integer" }, "boxDesc": { "type": "text", "index": "not_analyzed" }, "itemPrint": { "type": "integer" }, "idPrintBoxMan": { "type": "long" }, "printBoxMan": { "type": "text", "index": "not_analyzed" }, "idInStockMan": { "type": "long" }, "inStockMan": { "type": "text", "index": "not_analyzed" }, "inStockCode": { "type": "text", "index": "not_analyzed" }, "idStockPlace": { "type": "text", "index": "not_analyzed" }, "stockPlace": { "type": "text", "index": "not_analyzed", "fields": { "raw": { "type": "keyword" } } }, "itemState": { "type": "long" }, "voidFlag": { "type": "integer" }, "createBy": { "type": "long" }, "createTimeLong": { "type": "long" }, "updateBy": { "type": "long" }, "updateTimeLong": { "type": "long" } } } }