[
https://issues.apache.org/jira/browse/SOLR-17057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822031#comment-17822031
]
Dawid Weiss commented on SOLR-17057:
------------------------------------
Thank you for fixing this, [~dsmiley]
> JSON Query regression; defType doesn't work in "params"
> -------------------------------------------------------
>
> Key: SOLR-17057
> URL: https://issues.apache.org/jira/browse/SOLR-17057
> Project: Solr
> Issue Type: Bug
> Components: JSON Request API
> Affects Versions: 9.4
> Reporter: David Smiley
> Assignee: David Smiley
> Priority: Major
> Fix For: 9.4.1
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The following test fails ("undefined field all") but used to work prior to
> SOLR-16916:
> {code:java}
> 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"
> );
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]