Hello, when I make a search against Solr in my local machine, I get a query like this:
But instead, I would like to get a complete query with all the settings active, filters, tokeinzer... etc.
For instans, something like this:
http://localhost:8983/solr/select/?q=macrosoft&qt=spellchecker&cmd=rebuild
How can I set up this configuration??? I have tryed a lot of things and no result!! I want to know exaclty how is spellchecker working.
Thanks in advance