storebrand.json 743 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "brandName": {
  8. "type": "text",
  9. "index": "not_analyzed"
  10. },
  11. "brandLogoUrl": {
  12. "type": "text",
  13. "index": "not_analyzed"
  14. },
  15. "startingPrice": {
  16. "type": "double"
  17. },
  18. "packagingFee": {
  19. "type": "double"
  20. },
  21. "brandMemo": {
  22. "type": "text",
  23. "index": "not_analyzed"
  24. },
  25. "voidFlag": {
  26. "type": "integer"
  27. },
  28. "createBy": {
  29. "type": "long"
  30. },
  31. "createTimeLong": {
  32. "type": "long"
  33. },
  34. "updateBy": {
  35. "type": "long"
  36. },
  37. "updateTimeLong": {
  38. "type": "long"
  39. }
  40. }
  41. }
  42. }