[ https://issues.apache.org/jira/browse/SOLR-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783748#action_12783748 ]
Shalin Shekhar Mangar commented on SOLR-785: -------------------------------------------- Well, there is only finishStage in the patch which is of no use alone. SpellCheckComponent needs to either generate shard requests or piggyback on existing requests to merge the data in finishStage. This brings up interesting questions - How do we perform distributed search for SearchComponents which are not added by default to SearchHandler? Only if the chain has QueryComponent, can we modify its requests. Otherwise we must issue new ShardRequests. Is assuming that configuration of the search component chain is the same between all shards OK? > Distributed SpellCheckComponent > ------------------------------- > > Key: SOLR-785 > URL: https://issues.apache.org/jira/browse/SOLR-785 > Project: Solr > Issue Type: Improvement > Components: spellchecker > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: 1.5 > > Attachments: spelling-shard.patch > > > Enhance the SpellCheckComponent to run in a distributed (sharded) environment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.