Commit 483a05d9f04b432d59080cf8e5aceba69a3fde36
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,9 +110,9 @@ es_settings: | ||
| 110 | # 若需要按某个语言单独调权,也可以加显式 key(例如 title.de: 3.2)。 | 110 | # 若需要按某个语言单独调权,也可以加显式 key(例如 title.de: 3.2)。 |
| 111 | field_boosts: | 111 | field_boosts: |
| 112 | title: 3.0 | 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 | category_name_text: 2.0 | 116 | category_name_text: 2.0 |
| 117 | category_path: 2.0 | 117 | category_path: 2.0 |
| 118 | keywords: 2.0 | 118 | keywords: 2.0 |