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 1112218A9E for ; Wed, 15 Jul 2015 15:40:28 +0000 (UTC) Received: (qmail 47611 invoked by uid 500); 15 Jul 2015 15:40:24 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 47540 invoked by uid 500); 15 Jul 2015 15:40:23 -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 47528 invoked by uid 99); 15 Jul 2015 15:40:23 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 15:40:23 +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 4A77818019F for ; Wed, 15 Jul 2015 15:40:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.213 X-Spam-Level: * X-Spam-Status: No, score=1.213 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313] 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 C5uMNQE4ormH for ; Wed, 15 Jul 2015 15:40:12 +0000 (UTC) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 109E72164D for ; Wed, 15 Jul 2015 15:40:12 +0000 (UTC) Received: by iebmu5 with SMTP id mu5so36214571ieb.1 for ; Wed, 15 Jul 2015 08:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Jf5HCf7pbWNdPTGSR3tK1oejx7YiBxvyPqAHWGEMngk=; b=XSk7yCdSseKhjKrCY3nYe2WzYO2WaiqMwj+2y38Mt2ARp/RuF/eUl0n45k5jZhpchY 5O9J7/wj00M+v6ct2CY1+DYRvVbLZId4AdbCIXn7RZ9KgkZiHR3eep6kPJKnXFz+zFuI W0loh920jV9bdVzPXOD6tHb6qr6ZPmfMpjNAbnkTpDFnTS4KLypgFafafl+HLXCyRPZU PWwcDZcPz6X4StLx8FC9KZ9qcMlwEX4T/nEYvUGA8zXyMeYCGT9Y3mo9ig/dQ7u25+as cDEJT8yZcJCFi4v/1x1ZWmNS0F3m1nGK5J0hISce/LW1gXsrkycl2jh2cctfLkhAkvf7 3FiQ== MIME-Version: 1.0 X-Received: by 10.107.4.6 with SMTP id 6mr5588583ioe.49.1436974811585; Wed, 15 Jul 2015 08:40:11 -0700 (PDT) Received: by 10.107.154.145 with HTTP; Wed, 15 Jul 2015 08:40:11 -0700 (PDT) In-Reply-To: <1436964261883-4217459.post@n3.nabble.com> References: <1436870676150-4217236.post@n3.nabble.com> <1436964261883-4217459.post@n3.nabble.com> Date: Wed, 15 Jul 2015 08:40:11 -0700 Message-ID: Subject: Re: Solr 5 options From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 If you're running in cloud mode, move to using collections with the configs kept in Zookeeper. Assuming you're not, you can use the create_core stuff, I'm not sure what's unclear about it, did you try bin/solr create_core -help? If that's not clear please make some suggestions for making it more so. But you don't even have to do that. Just put the core config information you want somewhere under solr_home. I.e. you'll have something like solr_home/core1 solr_home/core2 In each core? dir you'll have a conf dir and a file "core.properties". Start Solr and the cores should just be there. The "core.properties" file can be empty, it's the marker for "core discovery" to assume it's a core for Solr, see: https://cwiki.apache.org/confluence/display/solr/Solr+Cores+and+solr.xml Best, Erick On Wed, Jul 15, 2015 at 5:44 AM, spleenboy wrote: > OK. so effectively use the core product as it was in Solr 4, running a > schema.xml file to control doc structures and validation. In Sol 5, does > anyone have a clear link or some pointers as to the options for bin/solr > create_core to boot up the instance I need? > Thanks for all the help. > > > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-options-tp4217236p4217459.html > Sent from the Solr - User mailing list archive at Nabble.com.