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 1ED7B17485 for ; Thu, 6 Nov 2014 19:12:35 +0000 (UTC) Received: (qmail 8821 invoked by uid 500); 6 Nov 2014 19:12:28 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 8760 invoked by uid 500); 6 Nov 2014 19:12:28 -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 8727 invoked by uid 99); 6 Nov 2014 19:12:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 19:12:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apache@elyograg.org designates 166.70.79.219 as permitted sender) Received: from [166.70.79.219] (HELO frodo.elyograg.org) (166.70.79.219) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 19:12:23 +0000 Received: from localhost (localhost [127.0.0.1]) by frodo.elyograg.org (Postfix) with ESMTP id 838A0900B for ; Thu, 6 Nov 2014 12:10:58 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=elyograg.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1415301058; bh=rIVr57OtsRZn6UgeSJcLkiTX6lstluWRY+i6sVGs7IE=; b=SrNBT7wX6t/c nU1sG0twELGRfj9tjPqGYpVNgz4PgDRdJzu494SKjvj2ADENij6tsvQ6eKTlwsg7 6aAhsOIwv+S2OU9QfN7L8YGf3Mx5r4hthfYAiVpMa34XURISpx5n3LRL4Uq+E8Jw vUcPCsQjWAHyof0vfWSU0SbCHUFtTKc= X-Virus-Scanned: Debian amavisd-new at frodo.elyograg.org Received: from frodo.elyograg.org ([127.0.0.1]) by localhost (frodo.elyograg.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id QAjokPY5izpk for ; Thu, 6 Nov 2014 12:10:58 -0700 (MST) Received: from [10.2.0.182] (client175.mainstreamdata.com [209.63.42.175]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: elyograg@elyograg.org) by frodo.elyograg.org (Postfix) with ESMTPSA id 15FAC2690 for ; Thu, 6 Nov 2014 12:10:57 -0700 (MST) Message-ID: <545BC7BF.7090409@elyograg.org> Date: Thu, 06 Nov 2014 12:10:55 -0700 From: Shawn Heisey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: Re: solr.xml coreRootDirectory relative to solr home References: <545B393C.9080706@coremedia.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 11/6/2014 12:02 PM, Erick Erickson wrote: > An oversight I think. If you create a patch, let me know and we can > get it committed. > > Hmmm, not sure though, this'll change the current behavior that people might be > counting on.... Relative to the solr home sounds like the best option to me. It's what I would expect, since most of the rest of Solr uses directories relative to other directories that may or may not be explicitly defined. I haven't researched in-depth, but I think that the solr home itself is the only thing in Solr that defaults to something relative to the current working directory ... and that seems like a very good policy to keep. Thanks, Shawn