Re: [SOLR] JSONP callback wrapper not working on Solr 9.3.1

2023-10-03 Thread Chris Stewart
Logged as https://issues.apache.org/jira/browse/SOLR-17009 From: Chris Stewart Sent: Tuesday, October 3, 2023 18:39 To: users@solr.apache.org Subject: RE: [SOLR] JSONP callback wrapper not working on Solr 9.3.1 Thanks for looking Eric and Jason I’m setting up a

RE: [SOLR] JSONP callback wrapper not working on Solr 9.3.1

2023-10-03 Thread Chris Stewart
Thanks for looking Eric and Jason I’m setting up a JIRA account now, and will get this logged Thanks Chris From: Eric Pugh Sent: 03 October 2023 16:29 To: users@solr.apache.org Subject: Re: [SOLR] JSONP callback wrapper not working on Solr 9.3.1 I finally had a chance to look at this, and

Re: [SOLR] JSONP callback wrapper not working on Solr 9.3.1

2023-10-03 Thread Eric Pugh
I finally had a chance to look at this, and yeah, out of the box the json.wrf parameter is being ignored. I did: bin/solr start -c -e films And then this query should return JSON wrapped in a function call: http://localhost:8983/solr/films/select?q=*:*&fl=*&wt=json&debug=true&debug.explain.st

Re: [SOLR] JSONP callback wrapper not working on Solr 9.3.1

2023-09-19 Thread Jason Gerlowski
Hi Chris, I'm not all that familiar with the "json.wrf" functionality, so I could be off here. But starting in 9.3, Solr switched to using Jackson for serialization and away from the homegrown code it's used up to this point. I wonder whether that switch might've broken "json.wrf" in 9.3? I tri

[SOLR] JSONP callback wrapper not working on Solr 9.3.1

2023-09-11 Thread Chris Stewart
Hi Solr community I have been working on migrating from Solr 7.3.1 to Solr 9.3.0 and have hit an issue where my JSONP callback request isn't being handled correctly. When I request the callback function with wt=json, I am just getting normal JSON back. Specifying wt=python does wrap the re