platforminfo.json 923 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "platformName": {
  8. "type": "text",
  9. "analyzer": "index_ansj",
  10. "search_analyzer": "query_ansj",
  11. "fields": {
  12. "raw": {
  13. "type": "keyword"
  14. },
  15. "number": {
  16. "type": "text",
  17. "index": "analyzed",
  18. "analyzer": "number_analyzer"
  19. },
  20. "letter": {
  21. "type": "text",
  22. "index": "analyzed",
  23. "analyzer": "letter_analyzer"
  24. }
  25. }
  26. },
  27. "platformType": {
  28. "type": "integer"
  29. },
  30. "voidFlag": {
  31. "type": "integer"
  32. },
  33. "createBy": {
  34. "type": "long"
  35. },
  36. "createTimeLong": {
  37. "type": "long"
  38. },
  39. "updateBy": {
  40. "type": "long"
  41. },
  42. "updateTimeLong": {
  43. "type": "long"
  44. }
  45. }
  46. }
  47. }