Re: ShardHandler - distribution to non-default request handler doesn't work

2012-10-28 Thread AlexeyK
Correction: shard.qt is sufficient, but you cannot define only spellcheck component in requestHandler as it doesn't create shard requests, seems like 'query' handler is a must if you want distributed processing. -- View this message in context: http://lucene.472066.n3.nabble.com/ShardHandler-di

Re: ShardHandler - distribution to non-default request handler doesn't work

2012-10-28 Thread AlexeyK
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 othe

ShardHandler - distribution to non-default request handler doesn't work

2012-10-25 Thread AlexeyK
I tried to define a suggest component as appears in Wiki. I also defined a specific /suggest request handler. This doesn't work in SolrCloud setup, as the query is distributed to the default /select handler instead. Specifically, shard handler gets default urls and other cores forward to /select. s