Hello!

Please forgive my newbie question about SolrJ, but I was unable to find my answer in the SOLRJ source code or the wiki (I'll add it if someone helps).

Would anyone be so kind as to provide a quick example of using the Spellcheck handler and the MoreLikeThis handler with SOLR-J?

The response format for it is so different, I'm not quite sure that my normal way of looping through the result docs would work - there are no docs in the XML (spellchecker included, as a sample).

<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">22</int>
</lst>
<str name="words">runing</str>
<str name="exist">false</str>
<arr name="suggestions">
<str>Running</str>
</arr>
</response>

        Thanks!

Matthew Runo
Software Developer
702.943.7833

Reply via email to