platforminfo.json 513 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "platformName": {
  8. "type": "text",
  9. "index": "not_analyzed"
  10. },
  11. "platformType": {
  12. "type": "integer"
  13. },
  14. "voidFlag": {
  15. "type": "integer"
  16. },
  17. "createBy": {
  18. "type": "long"
  19. },
  20. "createTimeLong": {
  21. "type": "long"
  22. },
  23. "updateBy": {
  24. "type": "long"
  25. },
  26. "updateTimeLong": {
  27. "type": "long"
  28. }
  29. }
  30. }
  31. }