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

Reply via email to