{ "printbilllifecycle": { "_parent": { "type": "breed" }, "properties": { "idPrintBill": { "type": "long" }, "idBreed": { "type": "long" }, "lifeNodeId": { "type": "long" }, "lifeNodeName": { "type": "text", "index": "not_analyzed" }, "lifeNodeState": { "type": "integer" }, "billYear": { "type": "integer" }, "referenceMasterId": { "type": "long" }, "referenceSlaveId": { "type": "long" }, "createManName": { "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" } } }, "updateManName": { "type": "text", "index": "not_analyzed" }, "createBy": { "type": "long" }, "createTimeLong": { "type": "long" }, "updateBy": { "type": "long" }, "updateTimeLong": { "type": "long" } } } }