From general-return-3648-apmail-lucene-general-archive=lucene.apache.org@lucene.apache.org Thu Nov 24 01:25:52 2011 Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6901C7718 for ; Thu, 24 Nov 2011 01:25:52 +0000 (UTC) Received: (qmail 67733 invoked by uid 500); 24 Nov 2011 01:25:51 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 67678 invoked by uid 500); 24 Nov 2011 01:25:51 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 67670 invoked by uid 99); 24 Nov 2011 01:25:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2011 01:25:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2011 01:25:42 +0000 Received: by iaqq3 with SMTP id q3so2168611iaq.35 for ; Wed, 23 Nov 2011 17:25:02 -0800 (PST) Received: by 10.42.29.6 with SMTP id p6mr4916131icc.44.1322097902307; Wed, 23 Nov 2011 17:25:02 -0800 (PST) Received: from bester.local ([65.78.136.75]) by mx.google.com with ESMTPS id ft1sm44867891igc.3.2011.11.23.17.25.00 (version=SSLv3 cipher=OTHER); Wed, 23 Nov 2011 17:25:01 -0800 (PST) Date: Wed, 23 Nov 2011 17:24:58 -0800 (PST) From: Chris Hostetter To: general@lucene.apache.org Subject: Re: Creating index in multicore solr In-Reply-To: <1321600944763-3518025.post@n3.nabble.com> Message-ID: References: <1321600944763-3518025.post@n3.nabble.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : And I create the folder accordingly. But when I try to add handler to it : suppose to core1 in the core1->config->solrconfig.xml , the core0 disappears : from the core list "disappears" as in no longer shows up on the admin screen at all? that's odd. does your solr.xml file change as well? : The content of data-config.xml under core0/conf is: I'm not sure if that's just a typo or not, but at various point in your email you said you are adding the usage of dataimport handler to core1, and in other places you talk about putting data-config.xml in core0/conf ... perhaps you're having problems because the config can't even be found? have you checked your logs to see what DIH is saying on core load and/or when you try to execute the import? FWIW: Future questions about Solr should be sent to the solr-user@lucene mailing list (which has more subscribers and is more likeley to generate responses). general@lucene is for discussions about the broader Lucene project as a whole. -Hoss