Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E039510849 for ; Wed, 9 Sep 2015 19:23:36 +0000 (UTC) Received: (qmail 29728 invoked by uid 500); 9 Sep 2015 19:23:32 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 29658 invoked by uid 500); 9 Sep 2015 19:23:32 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 29646 invoked by uid 99); 9 Sep 2015 19:23:31 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2015 19:23:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 71C43180427 for ; Wed, 9 Sep 2015 19:23:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Fn5O5E88fRuN for ; Wed, 9 Sep 2015 19:23:31 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 5AFC020103 for ; Wed, 9 Sep 2015 19:23:30 +0000 (UTC) Received: by lagj9 with SMTP id j9so13908243lag.2 for ; Wed, 09 Sep 2015 12:23:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MQJqKkuHApXhdadyk9HD3FiZO63nch3579/pl/4SEPQ=; b=WfgId2TGe6X2d1WwWVdKXYjf0KQyysQhmrEYz//vlfgheE8kLZRBrrXNzUhwjkf+gi Z7cWgHVPhINkREEEPxwfdq/n+GXmxUeC2CaQdfxbu3GZh3+Bs8Wu0hkabq3VW08uBOUb fKoLipMS2jg5wsztPsHKOLbIS8ldafx33iJs8fJwjZyq3YW3r8FpQnGR/c62bOnPzO14 iuZZxTPppDvCJHQDsSCLJmOdH22GP6irqpVKTX1bZl8l9HN/pb45S6lliF1Xa+f396YN IohOYDvvYCmBg2Mu7yRvW5ZUHuUQZbHpwer7bon/KfcwYxM/Der4rBd4G3PkZKHilajl jfRw== MIME-Version: 1.0 X-Received: by 10.112.161.137 with SMTP id xs9mr31040766lbb.4.1441826608675; Wed, 09 Sep 2015 12:23:28 -0700 (PDT) Received: by 10.112.130.42 with HTTP; Wed, 9 Sep 2015 12:23:28 -0700 (PDT) Date: Wed, 9 Sep 2015 15:23:28 -0400 Message-ID: Subject: statsCache issue From: Jae Joo To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c3cdf2d68a12051f556a17 --001a11c3cdf2d68a12051f556a17 Content-Type: text/plain; charset=UTF-8 Solr Version: 5.2.1 Container: Tomcat (still). in SolrConfig.xml: However, I see the class is not plugged in. in log file: org.apache.solr.core.SolrCore; Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache Any reason why? Thanks, Jae --001a11c3cdf2d68a12051f556a17--