search.ini 1022 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. project.name = search
  2. project.default_charset = UTF-8
  3. ;服务端用默认值
  4. server.index = xunsearch:8383
  5. server.search = xunsearch:8384
  6. [_id]
  7. type = id
  8. [name]
  9. type = title
  10. [description]
  11. type = body
  12. [sku]
  13. type = string
  14. index = mixed
  15. [spu]
  16. type = string
  17. index = mixed
  18. [status]
  19. type = numeric
  20. index = self
  21. [is_in_stock]
  22. type = numeric
  23. index = self
  24. [score]
  25. type = numeric
  26. index = none
  27. [url_key]
  28. type = string
  29. index = none
  30. [price]
  31. type = numeric
  32. index = none
  33. [cost_price]
  34. type = numeric
  35. index = none
  36. [special_price]
  37. type = numeric
  38. index = none
  39. [special_from]
  40. type = numeric
  41. index = none
  42. [special_to]
  43. type = numeric
  44. index = none
  45. [final_price]
  46. type = numeric
  47. index = self
  48. [image]
  49. type = string
  50. index = none
  51. [short_description]
  52. type = string
  53. index = none
  54. [created_at]
  55. type = numeric
  56. index = none
  57. [sync_updated_at]
  58. type = numeric
  59. index = none
  60. [color]
  61. type = string
  62. index = self
  63. [size]
  64. type = string
  65. index = self