Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3543971C for ; Thu, 22 Dec 2011 17:52:39 +0000 (UTC) Received: (qmail 37897 invoked by uid 500); 22 Dec 2011 17:52:39 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 37839 invoked by uid 500); 22 Dec 2011 17:52:39 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 37832 invoked by uid 99); 22 Dec 2011 17:52:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 17:52:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 17:52:36 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 88636E60; Thu, 22 Dec 2011 17:52:15 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 22 Dec 2011 17:52:15 -0000 Message-ID: <20111222175215.35996.22532@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Trivial_Update_of_=22SolrCaching=22_by_ShawnHei?= =?utf-8?q?sey?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolrCaching" page has been changed by ShawnHeisey: http://wiki.apache.org/solr/SolrCaching?action=3Ddiff&rev1=3D31&rev2=3D32 Comment: Changed version for LFU to 3.6 There are currently three cache implementations =E2=80=94 solr.LRUCache (= LRU =3D Least Recently Used in memory), solr.FastLRUCache, and solr.LFUCach= e (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 = =3D Common Cache Configuration Parameters =3D Caching configuration is set-up in the Query section of [[SolrConfigXml|s= olrconfig.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 = =3D=3D size =3D=3D The maximum number of entries in the cache.