QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
(queryName string)
| 220 | // QueryName sets the query name for the filter that can be used when |
| 221 | // searching for matched_filters per hit. |
| 222 | func (q *QueryStringQuery) QueryName(queryName string) *QueryStringQuery { |
| 223 | q.queryName = queryName |
| 224 | return q |
| 225 | } |
| 226 | |
| 227 | // Locale specifies the locale to be used for string conversions. |
| 228 | // |
nothing calls this directly
no outgoing calls
no test coverage detected