[
https://issues.apache.org/jira/browse/SOLR-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Linbin Chen updated SOLR-1197:
------------------------------
Attachment: SOLR_1197-solr-memcache.patch
Solr 1.3
only DocSetBase implement Serializable
> memcached implement solr cache for queryresultCache
> ----------------------------------------------------
>
> Key: SOLR-1197
> URL: https://issues.apache.org/jira/browse/SOLR-1197
> Project: Solr
> Issue Type: New Feature
> Affects Versions: 1.3
> Environment: multiple slave solr replication environment
> Reporter: Linbin Chen
> Fix For: 1.4
>
> Attachments: SOLR_1197-solr-memcache.patch
>
>
> multiple slave create query result together, and slaves can share that.
> implement memcached cache instead LRUCache
> my implement:
> solr-memcache.zip http://solr-side.googlecode.com/files/solr-memcache.zip
> object transport by net need Serializable, so need patch solr 1.3, DocSetBase
> implements Serializable, see
> http://code.google.com/p/solr-side/issues/detail?id=1&can=1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.