Commit 483a05d9f04b432d59080cf8e5aceba69a3fde36

Authored by tangwang
1 parent 6e3e6770

文本搜索权重调整(qanchors enriched_tags enriched_attributes.value 调低)

Showing 3 changed files with 5 additions and 3 deletions   Show diff stats
config/config.yaml
... ... @@ -110,9 +110,9 @@ es_settings:
110 110 # 若需要按某个语言单独调权,也可以加显式 key(例如 title.de: 3.2)。
111 111 field_boosts:
112 112 title: 3.0
113   - qanchors: 2.5
114   - enriched_tags: 2.5
115   - enriched_attributes.value: 2.3
  113 + qanchors: 1.8
  114 + enriched_tags: 1.8
  115 + enriched_attributes.value: 1.5
116 116 category_name_text: 2.0
117 117 category_path: 2.0
118 118 keywords: 2.0
... ...
model_cache 0 → 120000
... ... @@ -0,0 +1 @@
  1 +/data-model/saas-search/model_cache
0 2 \ No newline at end of file
... ...
models 0 → 120000
... ... @@ -0,0 +1 @@
  1 +/data-model/saas-search/models
0 2 \ No newline at end of file
... ...