orderrideritem.json 2.3 KB

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