platforminfo.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "platformCode": {
  8. "type": "text",
  9. "index": "analyzed",
  10. "analyzer": "codefull_analyzer",
  11. "fields": {
  12. "raw": {
  13. "type": "keyword"
  14. }
  15. }
  16. },
  17. "platformName": {
  18. "type": "text",
  19. "analyzer": "index_ansj",
  20. "search_analyzer": "query_ansj",
  21. "fields": {
  22. "raw": {
  23. "type": "keyword"
  24. },
  25. "number": {
  26. "type": "text",
  27. "index": "analyzed",
  28. "analyzer": "number_analyzer"
  29. },
  30. "letter": {
  31. "type": "text",
  32. "index": "analyzed",
  33. "analyzer": "letter_analyzer"
  34. }
  35. }
  36. },
  37. "platformType": {
  38. "type": "integer"
  39. },
  40. "voidFlag": {
  41. "type": "integer"
  42. },
  43. "needAccessToken": {
  44. "type": "integer"
  45. },
  46. "refreshTokenSeconds": {
  47. "type": "integer"
  48. },
  49. "createBy": {
  50. "type": "long"
  51. },
  52. "createTimeLong": {
  53. "type": "long"
  54. },
  55. "updateBy": {
  56. "type": "long"
  57. },
  58. "updateTimeLong": {
  59. "type": "long"
  60. }
  61. }
  62. }
  63. }