You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Matt Weber (JIRA)" <ji...@apache.org> on 2009/05/20 17:58:45 UTC

[jira] Updated: (SOLR-1177) Distributed TermsComponent

     [ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Weber updated SOLR-1177:
-----------------------------

    Attachment: SOLR-1177.patch

Here is my first attempt at a patch that is not currently working.  For some reason only the prepare and process methods are being called.  It seems that the shards parameter is not being honored like it is in the other distributed components because rb.shards is always null.  I have looked at the other distributed components and did not notice them doing anything special with the shards parameter.   I have based this code on the information from http://wiki.apache.org/solr/WritingDistributedSearchComponents and looking though the FacetComponent, DebugComponent, StatsComponent, and HighlightComponent code.  Any help figuring out why the other methods are not being called is greatly appreciated.  Please ignore the println statments, they are for debug only and will be removed in the finalized, working patch.

Thanks!

> Distributed TermsComponent
> --------------------------
>
>                 Key: SOLR-1177
>                 URL: https://issues.apache.org/jira/browse/SOLR-1177
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: SOLR-1177.patch
>
>
> TermsComponent should be distributed

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