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

Ryan Ernst edited comment on SOLR-4613 at 3/25/13 8:52 PM:
-----------------------------------------------------------

I can see the motivation there, but in this case it means a ShardHandler must 
be created per request to determine if it is distributed or not.  IMO, it is 
very nice if you want to have one request handler for distributed requests to 
set it up there.
                
      was (Author: rjernst):
    I can see the motivation there, but in this case it means a ShardHandler 
must be created per request to determine if it is distributed or not.  IMO, it 
is very nice if you want to have one request that handles distributed requests 
to set it up there.
                  
> Move checkDistributed to SearchHandler
> --------------------------------------
>
>                 Key: SOLR-4613
>                 URL: https://issues.apache.org/jira/browse/SOLR-4613
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>            Reporter: Ryan Ernst
>         Attachments: SOLR-4613.patch
>
>
> Currently a ShardHandler is created for a request even for non distributed 
> requests.  The checkDistributed function on ShardHandler has no special state 
> kept in the ShardHandler.  Historically it used to be in QueryComponent, but 
> it seems like SearchHandler would be the right place.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to