In pre-cloud version of SOLR it was necessary to pass shards and shards.qt parameters in order to make /suggest handler work standalone. How should it work in SolrCloud? SpellCheckComponent skips the distributed stage of processing and thus I get suggestions only when I force distrib=false mode. Setting parameters like in previous releases doesn't work either. The only way that worked so far is forcing a 'query' component on the /suggest handler. Is there any other (better) way?
Thanks, Alexey -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-vs-distributed-suggester-tp4041859.html Sent from the Solr - User mailing list archive at Nabble.com.