Re: memcached SolrCache implementation?

2007-01-14 Thread Chris Hostetter
: I'd like to see about making a SolrCache implementation that uses the : memcached library @ http://www.whalin.com/memcached/. I believe that : this would be useful for replicated sites, allowing all the search nodes : to use a shared global cache. it's not something i've ever considered, mainly

memcached SolrCache implementation?

2007-01-12 Thread Shawn Gervais
Hi devs, I'd like to see about making a SolrCache implementation that uses the memcached library @ http://www.whalin.com/memcached/. I believe that this would be useful for replicated sites, allowing all the search nodes to use a shared global cache. From my reading of the LRUCache code and