storeplatformrequire.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "storeplatformrequire": {
  3. "_parent": {
  4. "type": "storeplatform"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idStore": {
  11. "type": "long"
  12. },
  13. "idStorePlatform": {
  14. "type": "long"
  15. },
  16. "idPlatformRequire": {
  17. "type": "long"
  18. },
  19. "platformRequireCode": {
  20. "type": "text",
  21. "index": "analyzed",
  22. "analyzer": "codefull_analyzer",
  23. "fields": {
  24. "raw": {
  25. "type": "keyword"
  26. }
  27. }
  28. },
  29. "platformRequireName": {
  30. "type": "text",
  31. "analyzer": "index_ansj",
  32. "search_analyzer": "query_ansj",
  33. "fields": {
  34. "raw": {
  35. "type": "keyword"
  36. },
  37. "number": {
  38. "type": "text",
  39. "index": "analyzed",
  40. "analyzer": "number_analyzer"
  41. },
  42. "letter": {
  43. "type": "text",
  44. "index": "analyzed",
  45. "analyzer": "letter_analyzer"
  46. }
  47. }
  48. },
  49. "itemValue": {
  50. "type": "text",
  51. "index": "not_analyzed"
  52. },
  53. "createBy": {
  54. "type": "long"
  55. },
  56. "createTimeLong": {
  57. "type": "long"
  58. },
  59. "updateBy": {
  60. "type": "long"
  61. },
  62. "updateTimeLong": {
  63. "type": "long"
  64. }
  65. }
  66. }
  67. }