Query to be used in the ScriptScoreQuery.
(query Query)
| 31 | |
| 32 | // Query to be used in the ScriptScoreQuery. |
| 33 | func (q *ScriptScoreQuery) Query(query Query) *ScriptScoreQuery { |
| 34 | q.query = query |
| 35 | return q |
| 36 | } |
| 37 | |
| 38 | // Script to calculate the score. |
| 39 | func (q *ScriptScoreQuery) Script(script *Script) *ScriptScoreQuery { |
nothing calls this directly
no outgoing calls
no test coverage detected