storeplatform.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idStore": {
  8. "type": "long"
  9. },
  10. "idPlatformInfo": {
  11. "type": "long"
  12. },
  13. "platformName": {
  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. "platformType": {
  34. "type": "integer"
  35. },
  36. "enableStatue": {
  37. "type": "integer"
  38. },
  39. "createBy": {
  40. "type": "long"
  41. },
  42. "createTimeLong": {
  43. "type": "long"
  44. },
  45. "updateBy": {
  46. "type": "long"
  47. },
  48. "updateTimeLong": {
  49. "type": "long"
  50. }
  51. }
  52. }
  53. }