Showing
2 changed files
with
3 additions
and
2 deletions
@@ -154,7 +154,7 @@ public class SearchDynamicConfigService { | @@ -154,7 +154,7 @@ public class SearchDynamicConfigService { | ||
154 | * @return | 154 | * @return |
155 | */ | 155 | */ |
156 | public boolean searchPersionalNewStrategyCommonJoinScoreOpen() { | 156 | public boolean searchPersionalNewStrategyCommonJoinScoreOpen() { |
157 | - return configReader.getBoolean("search.persional.newstrategy.common.join_score.open", true); | 157 | + return configReader.getBoolean("search.persional.newstrategy.common.join_score.open", false); |
158 | } | 158 | } |
159 | 159 | ||
160 | /** | 160 | /** |
@@ -172,7 +172,7 @@ public class SearchDynamicConfigService { | @@ -172,7 +172,7 @@ public class SearchDynamicConfigService { | ||
172 | * @return | 172 | * @return |
173 | */ | 173 | */ |
174 | public int maxVectorSortBrandCount() { | 174 | public int maxVectorSortBrandCount() { |
175 | - return configReader.getInt("search.persional.newstrategy.realtime.max_sort_brand.count", RecallCommonConstants.maxVectorSortBrandCount); | 175 | + return configReader.getInt("search.persional.newstrategy.vector.max_sort_brand.count", RecallCommonConstants.maxVectorSortBrandCount); |
176 | } | 176 | } |
177 | 177 | ||
178 | /** | 178 | /** |
@@ -56,6 +56,7 @@ search.persional.newstrategy.promotion.open=true | @@ -56,6 +56,7 @@ search.persional.newstrategy.promotion.open=true | ||
56 | search.persional.newstrategy.first_page_cache.open=false | 56 | search.persional.newstrategy.first_page_cache.open=false |
57 | search.persional.newstrategy.common.join_score.open=true | 57 | search.persional.newstrategy.common.join_score.open=true |
58 | search.persional.newstrategy.forecast.max_sort_brand.count=20 | 58 | search.persional.newstrategy.forecast.max_sort_brand.count=20 |
59 | +search.persional.newstrategy.vector.max_sort_brand.count=20 | ||
59 | search.persional.newstrategy.realtime.max_sort_brand.count=20 | 60 | search.persional.newstrategy.realtime.max_sort_brand.count=20 |
60 | search.persional.newstrategy.max_join_sort_brand.count=20 | 61 | search.persional.newstrategy.max_join_sort_brand.count=20 |
61 | search.persional.newstrategy.directtrain.index.interval=4 | 62 | search.persional.newstrategy.directtrain.index.interval=4 |
-
Please register or login to post a comment