Hi, This is probably a very basic question but how do I get the returned collations.
My spell check request is http://localhost:8983/solr/autocomplete/select?spellcheck.q=ipood%20tough&spellcheck=true&spellcheck.collate=true&spellcheck.build=true&spellcheck.maxCollations=3&rows=3&spellcheck.count=5 Part of my response is: <str name="collation">ipod tough</str> <str name="collation">ipad tough</str> <str name="collation">wood tough</str></lst> My results are accurate but now how do i get the collations. What method do i use in the API? -- View this message in context: http://lucene.472066.n3.nabble.com/SpellCheck-Print-Multiple-Collations-tp3358391p3358391.html Sent from the Solr - User mailing list archive at Nabble.com.