Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
9.4
-
None
Description
The following test fails ("undefined field all") but used to work prior to SOLR-16916:
client.testJQ( params( "json", "{\n" + " 'query': '+all:NY',\n" + " 'fields': '*',\n" + " 'offset': 0,\n" + " 'limit': 10,\n" + " 'params': {\n" + " 'defType': 'edismax',\n" + " 'f.all.qf': 'id cat_s where_s'\n" + " }\n" + "}" ), "response/numFound==2" );
Attachments
Issue Links
- is caused by
-
SOLR-16916 JSON Query DSL doesn't work if defType isn't lucene
- Closed
- links to