[ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598071#action_12598071
 ] 

patrick o'leary commented on SOLR-565:
--------------------------------------

I think I see where your going, so if you wanted to do a distributed search, 
and have different parameters passed to different shards. 
You'd store the configurations separately.
Add or remove files as if you were turning on / off services you were searching 
upon with no down time.

It's possible, would require a slight change to the SearchHandler, and 
ShardRequest.java, but it seems possible and pretty useful.


> Component to abstract shards from clients
> -----------------------------------------
>
>                 Key: SOLR-565
>                 URL: https://issues.apache.org/jira/browse/SOLR-565
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: 1.3
>            Reporter: patrick o'leary
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: distributor_component.patch
>
>
> A component that will remove the need for calling clients to provide the 
> shards parameter for
> a distributed search. 
> As systems grow, it's better to manage shards with in solr, rather than 
> managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to