orderFile.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "orderfile": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "fileDescription": {
  14. "type": "text",
  15. "analyzer": "index_ansj",
  16. "search_analyzer": "query_ansj",
  17. "fields": {
  18. "raw": {
  19. "type": "keyword"
  20. },
  21. "number": {
  22. "type": "text",
  23. "index": "analyzed",
  24. "analyzer": "number_analyzer"
  25. },
  26. "letter": {
  27. "type": "text",
  28. "index": "analyzed",
  29. "analyzer": "letter_analyzer"
  30. }
  31. }
  32. },
  33. "fileDescriptionSave": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "fileDescription2": {
  38. "type": "text",
  39. "index": "not_analyzed",
  40. "fields": {
  41. "raw": {
  42. "type": "keyword"
  43. }
  44. }
  45. },
  46. "qiniuFileLink": {
  47. "type": "text",
  48. "index": "not_analyzed"
  49. },
  50. "qiniuFileKey": {
  51. "type": "text",
  52. "index": "not_analyzed",
  53. "fields": {
  54. "raw": {
  55. "type": "keyword"
  56. }
  57. }
  58. },
  59. "originFileLink": {
  60. "type": "text",
  61. "index": "not_analyzed"
  62. },
  63. "originFileSyncFlag": {
  64. "type": "long"
  65. },
  66. "originFileUrl": {
  67. "type": "text",
  68. "index": "not_analyzed"
  69. },
  70. "originFileWebUrl": {
  71. "type": "text",
  72. "index": "not_analyzed"
  73. },
  74. "originFileLink2": {
  75. "type": "text",
  76. "index": "not_analyzed"
  77. },
  78. "originFileUrl2": {
  79. "type": "text",
  80. "index": "not_analyzed"
  81. },
  82. "originFileWebUrl2": {
  83. "type": "text",
  84. "index": "not_analyzed"
  85. },
  86. "attachFile": {
  87. "type": "text",
  88. "index": "not_analyzed"
  89. },
  90. "attachFileLink": {
  91. "type": "text",
  92. "index": "not_analyzed"
  93. },
  94. "attachFileUrl": {
  95. "type": "text",
  96. "index": "not_analyzed"
  97. },
  98. "attachFileWebUrl": {
  99. "type": "text",
  100. "index": "not_analyzed"
  101. },
  102. "proofFile": {
  103. "type": "text",
  104. "index": "not_analyzed"
  105. },
  106. "proofFileLink": {
  107. "type": "text",
  108. "index": "not_analyzed"
  109. },
  110. "proofFileUrl": {
  111. "type": "text",
  112. "index": "not_analyzed"
  113. },
  114. "proofFileWebUrl": {
  115. "type": "text",
  116. "index": "not_analyzed"
  117. },
  118. "createBy": {
  119. "type": "long"
  120. },
  121. "createTimeLong": {
  122. "type": "long"
  123. },
  124. "updateBy": {
  125. "type": "long"
  126. },
  127. "updateTimeLong": {
  128. "type": "long"
  129. }
  130. }
  131. }
  132. }