{ "info": { "properties": { "id": { "type": "long" }, "billYear": { "type": "long" }, "idMaterial": { "type": "long" }, "materialCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "materialName": { "type": "text", "analyzer": "index_ansj", "search_analyzer": "query_ansj", "fields": { "raw": { "type": "keyword" } } }, "materialFlag": { "type": "long" }, "idCompany": { "type": "long" }, "idStockRoom": { "type": "long" }, "idFromStockRoom": { "type": "long" }, "idToStockRoom": { "type": "long" }, "qtyPrecise": { "type": "long" }, "borrowFlag": { "type": "long" }, "stockNum": { "type": "long" }, "beforeNum": { "type": "long" }, "afterNum": { "type": "long" }, "stockQty": { "type": "double" }, "beforeQty": { "type": "double" }, "afterQty": { "type": "double" }, "verifyTime": { "type": "long" }, "idVerifyUser": { "type": "long" }, "idStockBill": { "type": "long" }, "stockBillCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "verifyUser": { "type": "text", "index": "not_analyzed" }, "billMemo": { "type": "text", "analyzer": "index_ansj", "search_analyzer": "query_ansj" } } } }