storeinfo.json 3.6 KB

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