The only way I succeeded to forward to the right request handler was:
1. shard.qt = /suggest (shards.qt=%2Fsuggest actually) in query
2.handleSelect='true' in solrconfig
3. NO /select handler in solrconfig

Only this combination forces 2 things - shard handler forwards qt=/suggest
parameter to other shards AND qt is handled by filter. (Otherwise qt is
ignored and the query gets forwarded to the /select handler)

Is there a better way of accomplishing this? How else can I retrieve
suggestions using a distinct handler?

Thanks,
Alexey



--
View this message in context: 
http://lucene.472066.n3.nabble.com/ShardHandler-distribution-to-non-default-request-handler-doesn-t-work-tp4015855p4016401.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to