MCPcopy Create free account
hub / github.com/olivere/elastic / Script

Method Script

search_queries_script_score.go:39–42  ·  view source on GitHub ↗

Script to calculate the score.

(script *Script)

Source from the content-addressed store, hash-verified

37
38// Script to calculate the score.
39func (q *ScriptScoreQuery) Script(script *Script) *ScriptScoreQuery {
40 q.script = script
41 return q
42}
43
44// MinScore sets the minimum score.
45func (q *ScriptScoreQuery) MinScore(minScore float64) *ScriptScoreQuery {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected