outassistbillitem.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "outassistbillitem": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idBill": {
  11. "type": "long"
  12. },
  13. "idOrder": {
  14. "type": "long"
  15. },
  16. "orderCode": {
  17. "type": "text",
  18. "index": "analyzed",
  19. "analyzer": "codefull_analyzer",
  20. "fields": {
  21. "raw": {
  22. "type": "keyword"
  23. }
  24. }
  25. },
  26. "orderName": {
  27. "type": "text",
  28. "analyzer": "index_ansj",
  29. "search_analyzer": "query_ansj",
  30. "fields": {
  31. "raw": {
  32. "type": "keyword"
  33. },
  34. "number": {
  35. "type": "text",
  36. "index": "analyzed",
  37. "analyzer": "number_analyzer"
  38. },
  39. "letter": {
  40. "type": "text",
  41. "index": "analyzed",
  42. "analyzer": "letter_analyzer"
  43. }
  44. }
  45. },
  46. "idOrderPart": {
  47. "type": "long"
  48. },
  49. "idOrderPartProcesses": {
  50. "type": "long"
  51. },
  52. "idWorkProcess": {
  53. "type": "long"
  54. },
  55. "outProcessName": {
  56. "type": "text",
  57. "analyzer": "index_ansj",
  58. "search_analyzer": "query_ansj",
  59. "fields": {
  60. "raw": {
  61. "type": "keyword"
  62. },
  63. "number": {
  64. "type": "text",
  65. "index": "analyzed",
  66. "analyzer": "number_analyzer"
  67. },
  68. "letter": {
  69. "type": "text",
  70. "index": "analyzed",
  71. "analyzer": "letter_analyzer"
  72. }
  73. }
  74. },
  75. "outProcessSize": {
  76. "type": "text",
  77. "index": "not_analyzed"
  78. },
  79. "outProcessQty": {
  80. "type": "integer"
  81. },
  82. "outProcessMoney": {
  83. "type": "double"
  84. },
  85. "outProcessMemo": {
  86. "type": "text",
  87. "index": "not_analyzed"
  88. },
  89. "voidFlag": {
  90. "type": "integer"
  91. },
  92. "createBy": {
  93. "type": "long"
  94. },
  95. "createTimeLong": {
  96. "type": "long"
  97. },
  98. "updateBy": {
  99. "type": "long"
  100. },
  101. "updateTimeLong": {
  102. "type": "long"
  103. }
  104. }
  105. }
  106. }