TermVectorComponent did not return results when using distributedProcess in
distribution envs
---------------------------------------------------------------------------------------------
Key: SOLR-2224
URL: https://issues.apache.org/jira/browse/SOLR-2224
Project: Solr
Issue Type: Bug
Components: SearchComponents - other
Affects Versions: 4.0
Environment: JDK1.6/Tomcat6
Reporter: tom liu
when using distributed query, TVRH did not return any results.
in distributedProcess, tv creates one request, that use
TermVectorParams.DOC_IDS, for example, tv.docIds=10001
but queryCommponent returns ids, that is uniqueKeys, not DOCIDS.
so, in distribution envs, must not use distributedProcess.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]