corpbillstatement.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "billKind": {
  8. "type": "long"
  9. },
  10. "idSrcBill": {
  11. "type": "long"
  12. },
  13. "srcBillCode": {
  14. "type": "text",
  15. "index": "analyzed",
  16. "analyzer": "codefull_analyzer",
  17. "fields": {
  18. "raw": {
  19. "type": "keyword"
  20. }
  21. }
  22. },
  23. "idBillDefine": {
  24. "type": "long"
  25. },
  26. "idCorp": {
  27. "type": "long"
  28. },
  29. "corpName": {
  30. "type": "text",
  31. "analyzer": "index_ansj",
  32. "search_analyzer": "query_ansj",
  33. "fields": {
  34. "raw": {
  35. "type": "keyword"
  36. },
  37. "number": {
  38. "type": "text",
  39. "index": "analyzed",
  40. "analyzer": "number_analyzer"
  41. },
  42. "letter": {
  43. "type": "text",
  44. "index": "analyzed",
  45. "analyzer": "letter_analyzer"
  46. }
  47. }
  48. },
  49. "corpType": {
  50. "type": "integer"
  51. },
  52. "srcBillDateLong": {
  53. "type": "long"
  54. },
  55. "srcBillSummary": {
  56. "type": "text",
  57. "analyzer": "index_ansj",
  58. "search_analyzer": "query_ansj",
  59. "fields": {
  60. "raw": {
  61. "type": "keyword"
  62. }
  63. }
  64. },
  65. "billMoney": {
  66. "type": "double"
  67. },
  68. "createManName": {
  69. "type": "text",
  70. "index": "not_analyzed"
  71. },
  72. "validateFlag": {
  73. "type": "integer"
  74. },
  75. "idValidateMan": {
  76. "type": "long"
  77. },
  78. "validateManName": {
  79. "type": "text",
  80. "index": "not_analyzed"
  81. },
  82. "validateDateLong": {
  83. "type": "long"
  84. },
  85. "checkInFlag": {
  86. "type": "integer"
  87. },
  88. "idCheckInMan": {
  89. "type": "long"
  90. },
  91. "checkInManName": {
  92. "type": "text",
  93. "index": "not_analyzed"
  94. },
  95. "checkInDateLong": {
  96. "type": "long"
  97. },
  98. "workBillCode": {
  99. "type": "text",
  100. "index": "analyzed",
  101. "analyzer": "codefull_analyzer",
  102. "fields": {
  103. "raw": {
  104. "type": "keyword"
  105. }
  106. }
  107. },
  108. "adjustMemo": {
  109. "type": "text",
  110. "index": "not_analyzed"
  111. },
  112. "createBy": {
  113. "type": "long"
  114. },
  115. "createTimeLong": {
  116. "type": "long"
  117. },
  118. "updateBy": {
  119. "type": "long"
  120. },
  121. "updateTimeLong": {
  122. "type": "long"
  123. }
  124. }
  125. }
  126. }