Script to calculate the score.
(script *Script)
| 37 | |
| 38 | // Script to calculate the score. |
| 39 | func (q *ScriptScoreQuery) Script(script *Script) *ScriptScoreQuery { |
| 40 | q.script = script |
| 41 | return q |
| 42 | } |
| 43 | |
| 44 | // MinScore sets the minimum score. |
| 45 | func (q *ScriptScoreQuery) MinScore(minScore float64) *ScriptScoreQuery { |
nothing calls this directly
no outgoing calls
no test coverage detected