It's almost impossible to analyze this kind of thing without seeing your schema and debug output. You might want to review: http://wiki.apache.org/solr/UsingMailingLists
Best Erick On Mon, Jul 26, 2010 at 9:56 AM, satya swaroop <sswaro...@gmail.com> wrote: > hi all, > i am a new one to solr and able to implement indexing the documents > by following the solr wiki. now i am trying to add the spellchecking. i > followed the spellcheck component in wiki but not getting the suggested > spellings. i first build it by spellcheck.build=true,... > > here i give u the example::::::: > > > http://localhost:8080/solr/spell?q=javs&spellcheck=true&spellcheck.collate=true > > <response> > ---- > ----- > </result> > > <lst name="spellcheck"> > <lst name="suggestions"/> > </lst> > </response> > > > here the response should actualy suggest the "java" but didnt...... > > can any one guide me about it... > i am using solr 1.4, tomcat in ubuntu > > > > > > Regards, > swarup >