rdluck 4 years ago
parent
commit
5d0fbdba36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/elastic.go

+ 1 - 1
services/elastic.go

@@ -453,7 +453,7 @@ func EsMultiMatchFunctionScoreQuery(indexName, keyWord string, startSize, pageSi
 
 
 func GetWeight(length int) []int {
-	steep := 5
+	steep := 10
 	intArr := make([]int, 0)
 	for i := 1; i <= 10; i++ {
 		if i == 1 {