On 1/18/2013 1:20 PM, Mike Schultz wrote:
Can someone explain the logic of not sending the qt parameter down to the
shards?

I see from here that qt is handled as a special case for ResultGrouping:
http://lucidworks.lucidimagination.com/display/solr/Result+Grouping
where there is a special shard.qt parameter.

in 3.x solrconfig.xml supports defining a list of SearchComponents on
handler by handler basis.  This flexibility goes away if qt isn't passed
down or am I missing something?

I'm using:
<requestDispatcher handleSelect="true> for the legacy behavior.  We want to
be able to have a single endpoint (e.g. http://localhost:8983/solr/select)
and modify query processing by varying only the query parameters.

Just add shards.qt with the appropriate value in each solrconfig.xml handler definition that needs it. That should work for most use cases.

Thanks,
Shawn

Reply via email to