paperquoteinfo.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "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. }