genlong před 7 měsíci
rodič
revize
82f6267f02
1 změnil soubory, kde provedl 0 přidání a 14 odebrání
  1. 0 14
      common/component/es/es.go

+ 0 - 14
common/component/es/es.go

@@ -199,13 +199,6 @@ func (req *ESQueryRequest) parseJsonQuery() (queryMap map[string]interface{}) {
 					req.Column: req.Key,
 				},
 			},
-			"highlight": map[string]interface{}{
-				"fields": map[string]interface{}{
-					req.Column: map[string]interface{}{},
-				},
-				"pre_tags":  []string{"<span style='color:#0078E8'>"},
-				"post_tags": []string{"</span>"},
-			},
 		}
 		return
 	case MatchAllByCondition:
@@ -226,13 +219,6 @@ func (req *ESQueryRequest) parseJsonQuery() (queryMap map[string]interface{}) {
 					},
 				},
 			},
-			"highlight": map[string]interface{}{
-				"fields": map[string]interface{}{
-					req.Column: map[string]interface{}{},
-				},
-				"pre_tags":  []string{"<span style='color:#0078E8'>"},
-				"post_tags": []string{"</span>"},
-			},
 		}
 		return
 	case Match: