: Any update on this Patience my friend ... 5 hours after you send an email isn't long enough to wait before asking for "any update on this" -- it's just increasing the volume of mail everyone gets and distracting people from actual bugs/issues.
FWIW: this doesn't really seem directly related to the thread you initially started about Deleting the spell checker index -- what you're asking about now is rebuilding the spellchecker index... : > I stop the sorl server removed the copy filed for model. now i only copy : > make to the spellText field and started solr server. : > i refreshed the dictiaonry by issuring the following command. : > spellcheck.build=true&spellcheck.dictionary=default : > So i hope it should rebuild by dictionary, bu the strange thing is that it : > still gives a suggestion for accrd. that's because removing the copyField declaration doens't change anything about the values that have already been copied to the "spellText" field -- rebuilding your spellcheker index is just re-reading the same indexed values from that field. : > How can i create the dictionary again by changing my schema and issuing a : > command : > spellcheck.build=true&spellcheck.dictionary=default it's just not possible. a schema change like that doesn't magicly undo all of the values that were already copied. -Hoss