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
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 yeah
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
Thank you all for the great pointers. It was monitoring dashboard graph
that mislead to thinking that nodes were problematic. It is not nodes but
high frequency terms queries. Queries that match 50% docs in the index
have high latency of 1-2 seconds.
On Sat, Sep 30, 2023 at 7:13 AM Deepak Goel