Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 98936 invoked from network); 9 Jun 2009 08:59:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 08:59:27 -0000 Received: (qmail 52946 invoked by uid 500); 9 Jun 2009 08:59:38 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 52878 invoked by uid 500); 9 Jun 2009 08:59:38 -0000 Mailing-List: contact solr-dev-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-dev@lucene.apache.org Received: (qmail 52868 invoked by uid 99); 9 Jun 2009 08:59:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 08:59:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 08:59:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63DBC234C046 for ; Tue, 9 Jun 2009 01:59:07 -0700 (PDT) Message-ID: <440128283.1244537947408.JavaMail.jira@brutus> Date: Tue, 9 Jun 2009 01:59:07 -0700 (PDT) From: "Noble Paul (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1208) The Default SearchComponents (QueryComponent, etc.) cannot currently support SolrCoreAware or ResourceLoaderAware In-Reply-To: <1806801591.1244473447665.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717617#action_12717617 ] Noble Paul commented on SOLR-1208: ---------------------------------- It is most likely fixed in the trunk as part of SOLR-1198 in r782913 > The Default SearchComponents (QueryComponent, etc.) cannot currently support SolrCoreAware or ResourceLoaderAware > ----------------------------------------------------------------------------------------------------------------- > > Key: SOLR-1208 > URL: https://issues.apache.org/jira/browse/SOLR-1208 > Project: Solr > Issue Type: Bug > Reporter: Grant Ingersoll > Assignee: Grant Ingersoll > Priority: Minor > Fix For: 1.4 > > > The Default SearchComponents are not instantiated via the SolrResourceLoader and are thus not put in the waiting lists for SolrCoreAware and ResourceLoaderAware. Thus, they are not constructed in the same that other SearchComponents might be constructed. > See http://www.lucidimagination.com/search/document/ef69fdc7dfb17428/default_searchcomponents_and_solrcoreaware -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.