[
https://issues.apache.org/jira/browse/SOLR-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-3992.
--------------------------------
Resolution: Fixed
Fix Version/s: 4.1
Committed fix to 4x and trunk. Thanks Shotaro!
> QuerySenderListener doesn't populate document cache
> ---------------------------------------------------
>
> Key: SOLR-3992
> URL: https://issues.apache.org/jira/browse/SOLR-3992
> Project: Solr
> Issue Type: Bug
> Components: search
> Affects Versions: 4.0
> Reporter: Shotaro Kamio
> Fix For: 4.1
>
>
> QuerySenderListner class can be used to populate cache on startup of solr
> (firstSearcher event). The code looks trying to populate document cache also.
> But it doesn't.
> {code}
> NamedList values = rsp.getValues();
> for (int i=0; i<values.size(); i++) {
> Object o = values.getVal(i);
> if (o instanceof DocList) {
> {code}
> It is because value of response object uses ResultContext object to store
> document list, not DocList object.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]