sendbillitemlabel.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "sendbillitemlabel": {
  3. "_parent": {
  4. "type": "sendbillitem"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idStockLabel": {
  11. "type": "long"
  12. },
  13. "idBillItem": {
  14. "type": "long"
  15. },
  16. "idSendBill": {
  17. "type": "long"
  18. },
  19. "voidFlag": {
  20. "type": "integer"
  21. },
  22. "idOrder": {
  23. "type": "long"
  24. },
  25. "idLogistic": {
  26. "type": "long"
  27. },
  28. "logisticName": {
  29. "type": "text",
  30. "analyzer": "index_ansj",
  31. "search_analyzer": "query_ansj",
  32. "fields": {
  33. "raw": {
  34. "type": "keyword"
  35. },
  36. "number": {
  37. "type": "text",
  38. "index": "analyzed",
  39. "analyzer": "number_analyzer"
  40. },
  41. "letter": {
  42. "type": "text",
  43. "index": "analyzed",
  44. "analyzer": "letter_analyzer"
  45. }
  46. }
  47. },
  48. "logisticCode": {
  49. "type": "text",
  50. "analyzer": "codefull_analyzer",
  51. "fields": {
  52. "raw": {
  53. "type": "keyword"
  54. }
  55. }
  56. },
  57. "sendMailNo": {
  58. "type": "text",
  59. "index": "not_analyzed"
  60. },
  61. "shortAddress": {
  62. "type": "text",
  63. "index": "not_analyzed"
  64. },
  65. "createBy": {
  66. "type": "long"
  67. },
  68. "createTimeLong": {
  69. "type": "long"
  70. },
  71. "updateBy": {
  72. "type": "long"
  73. },
  74. "updateTimeLong": {
  75. "type": "long"
  76. }
  77. }
  78. }
  79. }