I am using apache-solr-3.5.0 Want to apply Spell check, partial search, phonetic search and autocomplete to my project database with solr. Started with first feature. They <https://cwiki.apache.org/confluence/display/solr/Spell+Checking> tell to do some changes in solrconfig.xml. i am not getting where to change and what to change to configure it. Pasting in config tag, gives error.
Where to place the following? Should I paste it as it is or need some changes? <searchComponent name="spellcheck" class="solr.SpellCheckComponent"> <lst name="spellchecker"> <str name="classname">solr.IndexBasedSpellChecker</str> <str name="spellcheckIndexDir">./spellchecker</str> <str name="field">content</str> <str name="buildOnCommit">true</str> </lst> </searchComponent> Please help. -- View this message in context: http://lucene.472066.n3.nabble.com/Configuring-SpellCehckComponent-tp4083731.html Sent from the Solr - User mailing list archive at Nabble.com.