outassistbill.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "billType": {
  8. "type": "integer"
  9. },
  10. "billCode": {
  11. "type": "text",
  12. "index": "analyzed",
  13. "analyzer": "codefull_analyzer",
  14. "fields": {
  15. "raw": {
  16. "type": "keyword"
  17. }
  18. }
  19. },
  20. "billState": {
  21. "type": "integer"
  22. },
  23. "idOutAssistFactory": {
  24. "type": "long"
  25. },
  26. "outAssistFactoryName": {
  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. "printName": {
  47. "type": "text",
  48. "analyzer": "index_ansj",
  49. "search_analyzer": "query_ansj",
  50. "fields": {
  51. "raw": {
  52. "type": "keyword"
  53. },
  54. "number": {
  55. "type": "text",
  56. "index": "analyzed",
  57. "analyzer": "number_analyzer"
  58. },
  59. "letter": {
  60. "type": "text",
  61. "index": "analyzed",
  62. "analyzer": "letter_analyzer"
  63. }
  64. }
  65. },
  66. "outSourceTimeLong": {
  67. "type": "long"
  68. },
  69. "printQty": {
  70. "type": "integer"
  71. },
  72. "billMemo": {
  73. "type": "text",
  74. "index": "not_analyzed"
  75. },
  76. "returnQty": {
  77. "type": "integer"
  78. },
  79. "idFeedbackMan": {
  80. "type": "long"
  81. },
  82. "feedbackManName": {
  83. "type": "text",
  84. "index": "not_analyzed",
  85. "fields": {
  86. "raw": {
  87. "type": "keyword"
  88. }
  89. }
  90. },
  91. "feedbackTimeLong": {
  92. "type": "long"
  93. },
  94. "outAssistMoney": {
  95. "type": "double"
  96. },
  97. "voidFlag": {
  98. "type": "integer"
  99. },
  100. "createBy": {
  101. "type": "long"
  102. },
  103. "createTimeLong": {
  104. "type": "long"
  105. },
  106. "updateBy": {
  107. "type": "long"
  108. },
  109. "updateTimeLong": {
  110. "type": "long"
  111. }
  112. }
  113. }
  114. }