: 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
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