Description
In the data driven solrconfig.xml file, the "default" spellchecker refers to a field called "text" which doesn't exist in the schema.
Even the "wordbreak" spellchecker refers to a field called "name" which does not exist.
So when you run this query http://localhost:8983/solr/gettingstarted/spell?q=* Solr will throw an error.
I guess the field name should be _text_ ?