From general-return-3641-apmail-lucene-general-archive=lucene.apache.org@lucene.apache.org Fri Nov 18 09:00:25 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 9510F92B0 for ; Fri, 18 Nov 2011 09:00:25 +0000 (UTC) Received: (qmail 55771 invoked by uid 500); 18 Nov 2011 09:00:25 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 55630 invoked by uid 500); 18 Nov 2011 09:00:24 -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 Delivered-To: moderator for general@lucene.apache.org Received: (qmail 26776 invoked by uid 99); 18 Nov 2011 07:22:51 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of jawedshamshedi@gmail.com) Date: Thu, 17 Nov 2011 23:22:24 -0800 (PST) From: jawedshamshedi To: general@lucene.apache.org Message-ID: <1321600944763-3518025.post@n3.nabble.com> Subject: Creating index in multicore solr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I created two core and they are showing http://{localhost}:8983/solr/ and which I click on them the admin panel is opened. The solr.xml files has below given code. 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 disappear= s from the core list The core for requesthandler is given below. data-config.xml The content of data-config.xml under core0/conf is: =09 =09 =09 =09=09 The url I am using for core0 to do a full-import is http://localhost:8983/solr/core0/admin/dataimport.jsp?handler=3D/dataimport http://localhost.1.48:8983/solr/core0/dataimport?command=3Dfull-import But in response I am getting =E2=88=92 0 0 =E2=88=92 =E2=88=92 data-config.xml full-import idle =E2=88=92 0:0:0.172 0 0 0 0 2011-11-18 12:42:02 Indexing failed. Rolled back all changes. 2011-11-18 12:42:02 =E2=88=92 This response format is experimental. It is likely to change in the future= . Any help will be appreciated.=20 -- View this message in context: http://lucene.472066.n3.nabble.com/Creating-i= ndex-in-multicore-solr-tp3518025p3518025.html Sent from the Lucene - General mailing list archive at Nabble.com.