xuzhiheng %!s(int64=4) %!d(string=hai) anos
pai
achega
a5dc3e6496
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      service/projects.go

+ 0 - 1
service/projects.go

@@ -17,7 +17,6 @@ var (
 	query        = `{"query": {"bool": {"must":[%s],"should":[%s],"minimum_should_match": 1}}}`
 	query_string = `{"constant_score": {"boost": 2,"query": {"match_phrase": {"projectname.pname": {"analyzer": "my_ngram","query": "%s","slop": 6}}}}},{"multi_match": {"query": "%s","fields": ["projectname.pname"],"analyzer": "ik","minimum_should_match": "100%%"}}`
 	query_winner = `{"term": {"s_winner": "%s"}}`
-	query_time   = `{"range": {"firsttime": {%s}}}`
 	SR           = strings.Replace
 	HL           = `"highlight": {"pre_tags": [""],"post_tags": [""],"fields": {%s}}`
 	highlightStr = `%s: {"fragment_size": %d,"number_of_fragments": 1}`