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

ASF subversion and git services commented on SOLR-17982:
--------------------------------------------------------

Commit 2f11d3d5525c753261322546cb09d464ffb5888e in solr's branch 
refs/heads/branch_9x from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=2f11d3d5525 ]

SOLR-17982: setForcedDistrib (#3931)

Provide an internal API to force distributed search (even when one shard).

(cherry picked from commit 5c9cab2901a88385a09ca2a17821e41f062731c3)


> Provide a means to force SearchHandler's distributed logic with 1 shard
> -----------------------------------------------------------------------
>
>                 Key: SOLR-17982
>                 URL: https://issues.apache.org/jira/browse/SOLR-17982
>             Project: Solr
>          Issue Type: Improvement
>          Components: SearchComponents - other
>            Reporter: David Smiley
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> SearchHandler (with its chain of SearchComponents) either operates as a 
> coordinator of distributed search, or processes locally.  If there is only 
> one shard, the latter will always happen, but it can be advantageous for 
> authors of custom SearchComponents or SearchHandler subclasses to force the 
> distributed search logic.  A simple example is to simplify the development / 
> maintenance of authoring certain components.  Let's provide an internal API 
> to force that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to