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

Hoss Man commented on SOLR-3229:
--------------------------------

bq. I use "doc-0" to make it compatible with single node mode so far as I can 
recall ...

well, the biggest problem as i mentioned was thta you were *only* including the 
vector information in the reqponse if there was a uniqueKey value

the format might have looked consistent, and the resulting string values were 
consistent in the test -- but that was only a fluke of the fact that the 
uniqueKey values for the test docs were monotomicly increasing integers 
starting at "0" -- so they just happened to correspond with the internal lucene 
docids.

i think changing the format to only use the "doc-" when there is not 
uniqueKeyField in the schema makes the most sense -- both because it helps make 
it clear when the output key is coming from the uniqueKey instead of the docid, 
and because moving forward that's the most logical thing for most users (who 
use a uniqueKey field)


                
> 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-ALPHA
>         Environment: Ubuntu 11.10, openjdk-6
>            Reporter: Hang Xie
>            Assignee: Hoss Man
>              Labels: patch
>             Fix For: 4.0
>
>         Attachments: SOLR-3229.patch, 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to