dataPurview.json 562 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "info": {
  3. "properties": {
  4. "idData": {
  5. "type": "long"
  6. },
  7. "idUser": {
  8. "type": "long"
  9. },
  10. "userName": {
  11. "type": "text",
  12. "index": "not_analyzed",
  13. "fields": {
  14. "raw": {
  15. "type": "keyword"
  16. }
  17. }
  18. },
  19. "idCreateUser": {
  20. "type": "long"
  21. },
  22. "createUserName": {
  23. "type": "text",
  24. "index": "not_analyzed",
  25. "fields": {
  26. "raw": {
  27. "type": "keyword"
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }