printBillLifeCycle.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "printbilllifecycle": {
  3. "_parent": {
  4. "type": "breed"
  5. },
  6. "properties": {
  7. "idPrintBill": {
  8. "type": "long"
  9. },
  10. "idBreed": {
  11. "type": "long"
  12. },
  13. "lifeNodeId": {
  14. "type": "long"
  15. },
  16. "lifeNodeName": {
  17. "type": "text",
  18. "index": "not_analyzed"
  19. },
  20. "lifeNodeState": {
  21. "type": "integer"
  22. },
  23. "billYear": {
  24. "type": "integer"
  25. },
  26. "referenceMasterId": {
  27. "type": "long"
  28. },
  29. "referenceSlaveId": {
  30. "type": "long"
  31. },
  32. "createManName": {
  33. "type": "text",
  34. "analyzer": "index_ansj",
  35. "search_analyzer": "query_ansj",
  36. "fields": {
  37. "raw": {
  38. "type": "keyword"
  39. },
  40. "number": {
  41. "type": "text",
  42. "index": "analyzed",
  43. "analyzer": "number_analyzer"
  44. },
  45. "letter": {
  46. "type": "text",
  47. "index": "analyzed",
  48. "analyzer": "letter_analyzer"
  49. }
  50. }
  51. },
  52. "updateManName": {
  53. "type": "text",
  54. "index": "not_analyzed"
  55. },
  56. "createBy": {
  57. "type": "long"
  58. },
  59. "createTimeLong": {
  60. "type": "long"
  61. },
  62. "updateBy": {
  63. "type": "long"
  64. },
  65. "updateTimeLong": {
  66. "type": "long"
  67. }
  68. }
  69. }
  70. }