Hello, When I spin up the techproducts example in solr 9.1.1, I am able to send this to the /query endpoint and get a reasonable response:
{ "query": "+all:belkin", "fields": "id compName_s", "offset": 0, "limit": 10, "params": { "defType": "edismax", "f.all.qf": "id compName_s address_s" } } The point is that "all" then specifies a list of fields to look in, "all" is just a name, it could be anything. When I send the same to the /query endpoint in 9.4, I get a message stating that the "all" field does not exist. We use the f.<>.qf construction for a variety of things, so it'd be sad for us if that was discontinued. Is this a bug or intentional? Thanks, /Noah -- Noah Torp-Smith (n...@dbc.dk)