On Thu, Feb 16, 2012 at 4:06 PM, Alexey Verkhovsky <alexey.verkhov...@gmail.com> wrote: > ly need ids, scores and total number of results out of Solr. Presentation of > selected entities will have to include some write-heavy data (from RDBMS > and/or memcached), therefore won't be Solr's business anyway.
It depends on if you're going to be doing distributed search - there may be some scenarios there where it's used, but in general the query cache is the least useful. The filterCache is useful in a ton of ways if you're doing faceting too. -Yonik lucidimagination.com