productImage.json 553 B

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