paperquoteinfo.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idPaperBaseInfo": {
  8. "type": "long"
  9. },
  10. "paperBaseName": {
  11. "type": "text",
  12. "index": "not_analyzed"
  13. },
  14. "idPaperBrand": {
  15. "type": "long"
  16. },
  17. "paperBrandName": {
  18. "type": "text",
  19. "index": "not_analyzed"
  20. },
  21. "paperQuoteName": {
  22. "type": "text",
  23. "analyzer": "index_ansj",
  24. "search_analyzer": "query_ansj",
  25. "fields": {
  26. "raw": {
  27. "type": "keyword"
  28. },
  29. "number": {
  30. "type": "text",
  31. "index": "analyzed",
  32. "analyzer": "number_analyzer"
  33. },
  34. "letter": {
  35. "type": "text",
  36. "index": "analyzed",
  37. "analyzer": "letter_analyzer"
  38. }
  39. }
  40. },
  41. "priceType": {
  42. "type": "integer"
  43. },
  44. "paperPrice": {
  45. "type": "double"
  46. },
  47. "voidFlag": {
  48. "type": "integer"
  49. },
  50. "paperType": {
  51. "type": "text",
  52. "analyzer": "index_ansj",
  53. "search_analyzer": "query_ansj",
  54. "fields": {
  55. "raw": {
  56. "type": "keyword"
  57. }
  58. }
  59. },
  60. "paperGram": {
  61. "type": "integer"
  62. },
  63. "createBy": {
  64. "type": "long"
  65. },
  66. "createTimeLong": {
  67. "type": "long"
  68. },
  69. "updateBy": {
  70. "type": "long"
  71. },
  72. "updateTimeLong": {
  73. "type": "long"
  74. }
  75. }
  76. }
  77. }