You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hang Xie (Commented) (JIRA)" <ji...@apache.org> on 2012/03/10 02:18:58 UTC

[jira] [Commented] (SOLR-3229) TermVectorComponent does not return terms in distributed search

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

Hang Xie commented on SOLR-3229:
--------------------------------

Patch attached, tested in 4.0 environment (both distributed and non-distributed), it should work with 3.x but I didn't test.

Everything is compatible with previous except name of lst, which used to be "doc-<doc id>", and I changed it to Solr Unique Key as former may not be unique in multi-shard environment.
                
> TermVectorComponent does not return terms in distributed search
> ---------------------------------------------------------------
>
>                 Key: SOLR-3229
>                 URL: https://issues.apache.org/jira/browse/SOLR-3229
>             Project: Solr
>          Issue Type: Bug
>          Components: SearchComponents - other
>    Affects Versions: 4.0
>         Environment: Ubuntu 11.10, openjdk-6
>            Reporter: Hang Xie
>              Labels: patch
>             Fix For: 4.0
>
>         Attachments: TermVectorComponent.patch
>
>
> TermVectorComponent does not return terms in distributed search, the distributedProcess() incorrectly uses Solr Unique Key to do subrequests, while process() expects Lucene document ids. Also, parameters are transferred in different format thus making distributed search returns no result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org