printBreedPart.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "printbreedpart": {
  3. "_parent": {
  4. "type": "breed"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "billYear": {
  11. "type": "integer"
  12. },
  13. "idProduct": {
  14. "type": "long"
  15. },
  16. "idPartInfo": {
  17. "type": "long"
  18. },
  19. "idPrintBill": {
  20. "type": "long"
  21. },
  22. "idPrintBreed": {
  23. "type": "long"
  24. },
  25. "idOrder": {
  26. "type": "long"
  27. },
  28. "idOrderPart": {
  29. "type": "long"
  30. },
  31. "idWorkPart": {
  32. "type": "long"
  33. },
  34. "partHeight": {
  35. "type": "double"
  36. },
  37. "partWidth": {
  38. "type": "double"
  39. },
  40. "locationX": {
  41. "type": "double"
  42. },
  43. "locationY": {
  44. "type": "double"
  45. },
  46. "rotationAngle": {
  47. "type": "long"
  48. },
  49. "productName": {
  50. "type": "text",
  51. "analyzer": "index_ansj",
  52. "search_analyzer": "query_ansj",
  53. "fields": {
  54. "raw": {
  55. "type": "keyword"
  56. },
  57. "number": {
  58. "type": "text",
  59. "index": "analyzed",
  60. "analyzer": "number_analyzer"
  61. },
  62. "letter": {
  63. "type": "text",
  64. "index": "analyzed",
  65. "analyzer": "letter_analyzer"
  66. }
  67. }
  68. },
  69. "orderName": {
  70. "type": "text",
  71. "index": "not_analyzed"
  72. },
  73. "orderNameQuery": {
  74. "type": "text",
  75. "analyzer": "index_ansj",
  76. "search_analyzer": "query_ansj",
  77. "fields": {
  78. "raw": {
  79. "type": "keyword"
  80. },
  81. "number": {
  82. "type": "text",
  83. "index": "analyzed",
  84. "analyzer": "number_analyzer"
  85. },
  86. "letter": {
  87. "type": "text",
  88. "index": "analyzed",
  89. "analyzer": "letter_analyzer"
  90. }
  91. }
  92. },
  93. "orderCode": {
  94. "type": "text",
  95. "index": "analyzed",
  96. "analyzer": "codefull_analyzer",
  97. "fields": {
  98. "raw": {
  99. "type": "keyword"
  100. }
  101. }
  102. },
  103. "productPartName": {
  104. "type": "text",
  105. "index": "not_analyzed"
  106. },
  107. "semiFeedbackStatus": {
  108. "type": "integer"
  109. },
  110. "semiFeedbackContent": {
  111. "type": "text",
  112. "index": "not_analyzed"
  113. },
  114. "idSemiFeedbackMan": {
  115. "type": "long"
  116. },
  117. "semiFeedbackTimeLong": {
  118. "type": "long"
  119. },
  120. "cropRect": {
  121. "type": "text",
  122. "index": "not_analyzed"
  123. }
  124. }
  125. }
  126. }