orderPartKeyValue.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idPrintOrder": {
  8. "type": "long"
  9. },
  10. "idMallOrder": {
  11. "type": "long"
  12. },
  13. "idPrintOrderPart": {
  14. "type": "long"
  15. },
  16. "idMallOrderPart": {
  17. "type": "long"
  18. },
  19. "partName": {
  20. "type": "text",
  21. "analyzer": "index_ansj",
  22. "search_analyzer": "query_ansj",
  23. "fields": {
  24. "raw": {
  25. "type": "keyword"
  26. },
  27. "number": {
  28. "type": "text",
  29. "index": "analyzed",
  30. "analyzer": "number_analyzer"
  31. },
  32. "letter": {
  33. "type": "text",
  34. "index": "analyzed",
  35. "analyzer": "letter_analyzer"
  36. }
  37. }
  38. },
  39. "dataType": {
  40. "type": "integer"
  41. },
  42. "keyStr": {
  43. "type": "text",
  44. "index": "not_analyzed"
  45. },
  46. "valueStr": {
  47. "type": "text",
  48. "index": "not_analyzed"
  49. },
  50. "createBy": {
  51. "type": "long"
  52. },
  53. "createTimeLong": {
  54. "type": "long"
  55. },
  56. "updateBy": {
  57. "type": "long"
  58. },
  59. "updateTimeLong": {
  60. "type": "long"
  61. }
  62. }
  63. }
  64. }