queries are JSON DSL's concept.
Probably, you may try
    <lst name="defaults">
          <str name="q1">*:*</str>
          <str name="q2">*:*</str>
          <str name="q3">*:*</str>
     </lst>
I haven't heard about CombinedQuerySearchHandler though.
Another angle is to remember that json might be injected via old style
param.
Look it's said here
https://solr.apache.org/guide/solr/latest/query-guide/json-request-api.html#supported-properties-and-syntax
It should be something like this
json.queries.q1=*:*


On Wed, Mar 11, 2026 at 7:26 AM Ufuk YILMAZ via users <[email protected]>
wrote:

> I've tried this too:
>
> <str name="queries.q1">*:*</str>
> <str name="queries.q2">*:*</str>
> <str name="queries.q3">*:*</str>
>
> ...
>


-- 
Sincerely yours
Mikhail Khludnev

Reply via email to