(rewrite string)
| 187 | } |
| 188 | |
| 189 | func (q *QueryStringQuery) Rewrite(rewrite string) *QueryStringQuery { |
| 190 | q.rewrite = rewrite |
| 191 | return q |
| 192 | } |
| 193 | |
| 194 | func (q *QueryStringQuery) MinimumShouldMatch(minimumShouldMatch string) *QueryStringQuery { |
| 195 | q.minimumShouldMatch = minimumShouldMatch |
nothing calls this directly
no outgoing calls
no test coverage detected