stockbillitemp.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "billitemp": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idStockBill": {
  11. "type": "long"
  12. },
  13. "idCorp": {
  14. "type": "long"
  15. },
  16. "corpType": {
  17. "type": "integer"
  18. },
  19. "corpName": {
  20. "type": "text",
  21. "analyzer": "index_ansj",
  22. "search_analyzer": "query_ansj",
  23. "fields": {
  24. "raw": {
  25. "type": "keyword"
  26. },
  27. "number": {
  28. "type": "text",
  29. "index": "analyzed",
  30. "analyzer": "number_analyzer"
  31. },
  32. "letter": {
  33. "type": "text",
  34. "index": "analyzed",
  35. "analyzer": "letter_analyzer"
  36. }
  37. }
  38. },
  39. "idReferenceBill": {
  40. "type": "long"
  41. },
  42. "referenceBillCode": {
  43. "type": "text",
  44. "index": "analyzed",
  45. "analyzer": "codefull_analyzer",
  46. "fields": {
  47. "raw": {
  48. "type": "keyword"
  49. }
  50. }
  51. },
  52. "referenceBillMoney": {
  53. "type": "double"
  54. },
  55. "referenceBillSummary": {
  56. "type": "text",
  57. "analyzer": "index_ansj",
  58. "search_analyzer": "query_ansj",
  59. "fields": {
  60. "raw": {
  61. "type": "keyword"
  62. }
  63. }
  64. },
  65. "workPrintBillCode": {
  66. "type": "text",
  67. "index": "analyzed",
  68. "analyzer": "codefull_analyzer",
  69. "fields": {
  70. "raw": {
  71. "type": "keyword"
  72. }
  73. }
  74. },
  75. "referenceValidateMan": {
  76. "type": "text",
  77. "index": "not_analyzed"
  78. },
  79. "referenceValidateDateLong": {
  80. "type": "long"
  81. },
  82. "referenceCheckInMan": {
  83. "type": "text",
  84. "index": "not_analyzed"
  85. },
  86. "referenceCheckInDateLong": {
  87. "type": "long"
  88. },
  89. "currentMoney": {
  90. "type": "double"
  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. }