You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/22 18:52:15 UTC

[Solr Wiki] Trivial Update of "SolrCaching" by ShawnHeisey

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrCaching" page has been changed by ShawnHeisey:
http://wiki.apache.org/solr/SolrCaching?action=diff&rev1=31&rev2=32

Comment:
Changed version for LFU to 3.6

  There are currently three cache implementations — solr.LRUCache (LRU = Least Recently Used in memory), solr.FastLRUCache, and solr.LFUCache (Least Frequenty Used).
  
  <!> [[Solr1.4]] FastLRUCache is a 1.4 feature 
- <!> [[Solr4.0]] LFUCache is a 4.0 feature
+ <!> [[Solr3.6]] LFUCache is a 3.6 feature
  
  = Common Cache Configuration Parameters =
  Caching configuration is set-up in the Query section of [[SolrConfigXml|solrconfig.xml]].  For most caches, you can set the following parameters....
@@ -23, +23 @@

   * `solr.LFUCache`
  
  <!> [[Solr1.4]] FastLRUCache is a 1.4 feature 
- <!> [[Solr4.0]] LFUCache is a 4.0 feature
+ <!> [[Solr3.6]] LFUCache is a 3.6 feature
  
  == size ==
  The maximum number of entries in the cache.