Greetings!
I cannot seem to configure the spell-checker to return results in XML
instead of JSON. I tried programmatically, as in ...
params.set("wt", "xml");
solr.query(params);
... and I tried through the solrconfig.xml. My problem here is that it
is not exactly clear (because I've seen no example doing this) where the
spec
<str name="wt">xml</str>
is supposed to go (although I tried it in a number of places that made
intuitive sense to me). In which tag(s) does it go, exactly? Or do I
even have the spec syntax right?
Nothing I tried is working -- I get back JSON no matter what I try. Can
you offer specific advice?
Mark