storeinfo.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "loginAccount": {
  8. "type": "text",
  9. "index": "not_analyzed"
  10. },
  11. "loginPass": {
  12. "type": "text",
  13. "index": "not_analyzed"
  14. },
  15. "storeName": {
  16. "type": "text",
  17. "analyzer": "index_ansj",
  18. "search_analyzer": "query_ansj",
  19. "fields": {
  20. "raw": {
  21. "type": "keyword"
  22. },
  23. "number": {
  24. "type": "text",
  25. "index": "analyzed",
  26. "analyzer": "number_analyzer"
  27. },
  28. "letter": {
  29. "type": "text",
  30. "index": "analyzed",
  31. "analyzer": "letter_analyzer"
  32. }
  33. }
  34. },
  35. "idBrand": {
  36. "type": "long"
  37. },
  38. "brandName": {
  39. "type": "text",
  40. "analyzer": "index_ansj",
  41. "search_analyzer": "query_ansj",
  42. "fields": {
  43. "raw": {
  44. "type": "keyword"
  45. },
  46. "number": {
  47. "type": "text",
  48. "index": "analyzed",
  49. "analyzer": "number_analyzer"
  50. },
  51. "letter": {
  52. "type": "text",
  53. "index": "analyzed",
  54. "analyzer": "letter_analyzer"
  55. }
  56. }
  57. },
  58. "idStoreType": {
  59. "type": "long"
  60. },
  61. "deliverSettleKind": {
  62. "type": "integer"
  63. },
  64. "storeCodeInput": {
  65. "type": "text",
  66. "index": "analyzed",
  67. "analyzer": "codefull_analyzer",
  68. "fields": {
  69. "raw": {
  70. "type": "keyword"
  71. }
  72. }
  73. },
  74. "storeProvince": {
  75. "type": "text",
  76. "index": "not_analyzed",
  77. "fields": {
  78. "raw": {
  79. "type": "keyword"
  80. }
  81. }
  82. },
  83. "storeCity": {
  84. "type": "text",
  85. "index": "not_analyzed",
  86. "fields": {
  87. "raw": {
  88. "type": "keyword"
  89. }
  90. }
  91. },
  92. "storeDistrict": {
  93. "type": "text",
  94. "index": "not_analyzed",
  95. "fields": {
  96. "raw": {
  97. "type": "keyword"
  98. }
  99. }
  100. },
  101. "storeAddress": {
  102. "type": "text",
  103. "index": "not_analyzed"
  104. },
  105. "locationStr": {
  106. "type": "text",
  107. "index": "not_analyzed"
  108. },
  109. "contractPhone": {
  110. "type": "text",
  111. "index": "analyzed",
  112. "analyzer": "codefull_analyzer",
  113. "fields": {
  114. "raw": {
  115. "type": "keyword"
  116. }
  117. }
  118. },
  119. "storeBossId": {
  120. "type": "long"
  121. },
  122. "companyLicenseNo": {
  123. "type": "text",
  124. "index": "analyzed",
  125. "analyzer": "codefull_analyzer",
  126. "fields": {
  127. "raw": {
  128. "type": "keyword"
  129. }
  130. }
  131. },
  132. "companyLicensePicUrl": {
  133. "type": "text",
  134. "index": "not_analyzed"
  135. },
  136. "legalPersonIdNo": {
  137. "type": "text",
  138. "index": "analyzed",
  139. "analyzer": "codefull_analyzer",
  140. "fields": {
  141. "raw": {
  142. "type": "keyword"
  143. }
  144. }
  145. },
  146. "legalPersonName": {
  147. "type": "text",
  148. "index": "not_analyzed"
  149. },
  150. "voidFlag": {
  151. "type": "integer"
  152. },
  153. "enableInvoice": {
  154. "type": "integer"
  155. },
  156. "createBy": {
  157. "type": "long"
  158. },
  159. "createTimeLong": {
  160. "type": "long"
  161. },
  162. "updateBy": {
  163. "type": "long"
  164. },
  165. "updateTimeLong": {
  166. "type": "long"
  167. }
  168. }
  169. }
  170. }