On 11/25/2019 8:30 AM, rhys J wrote:
On Mon, Nov 25, 2019 at 2:10 AM Erik Hatcher <erik.hatc...@gmail.com> wrote:
add &core=<core>&echoParams=all and the parameter will be in the response
header.
Erik
Thanks. I just tried this, and all I got was this response:
http://localhost:8983/solr/dbtr/select?q=debtor_id%3A%20393291&echoParams=all
What you sent just adds the echoParams parameter. You must also include
another parameter (one that Solr does not know) set to the core name --
which will then be returned by echoParams. The example mentioned by
Erik used a parameter named "core" which is unknown to Solr.
Thanks,
Shawn